getRow method

T? getRow(
  1. dynamic primaryKey
)

Implementation

T? getRow(dynamic primaryKey) => _rowsByPrimaryKey[primaryKey];