getRow method

T? getRow(
  1. double rowId
)

Implementation

T? getRow(double rowId) => _data[rowId];