cellValue method

String cellValue(
  1. int r,
  2. int c
)

Implementation

String cellValue(int r, int c) => _rows[r][columns[c].key] ?? '';