moveDown method

void moveDown([
  1. int times = 1
])

Implementation

void moveDown([int times = 1]) {
  Console.moveCursorDown(times);
}