comment abstract method

void comment(
  1. String text, {
  2. int level = 2,
})

Implementation

void comment(String text, {int level = 2});