writeln abstract method

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

Implementation

void writeln(String text, {int level = 1});