moveNextLine method

void moveNextLine([
  1. int n = 1
])

Implementation

void moveNextLine([int n = 1]) {
  _stdout.write(ConsoleStrings.cursorNextLine(n));
}