printLine method

void printLine([
  1. String message = ''
])

Implementation

void printLine([String message = '']) {
  printRaw("$message\n");
}