cellAt method

String cellAt(
  1. int x,
  2. int y
)

Implementation

String cellAt(int x, int y) => terminal.cellAt(x, y);