getSeatMeta method

SeatMeta getSeatMeta(
  1. int row,
  2. int col
)

Returns the full SeatMeta for a cell.

Implementation

SeatMeta getSeatMeta(int row, int col) => _grid[row][col];