rowCellKey method

String rowCellKey(
  1. int row,
  2. int column
)

Implementation

String rowCellKey(int row, int column) {
  return 'row-$row-column-$column';
}