cursorUp method Null safety

void cursorUp()

Moves the cursor up one row

Implementation

void cursorUp() => _console.cursorUp();