moveUp method

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

Implementation

void moveUp([int times = 1]) {
  Console.moveCursorUp(times);
}