line static method

void line([
  1. String value = ''
])

Implementation

static void line([String value = '']) => stdout.writeln(value);