newline method

void newline()

Outputs a newline to the console.

Implementation

void newline() => write(' ', newline: true);