menu
spacetimedb_sdk package
documentation
protocol.dart
TableCache<T>
getRow method
getRow method
dark_mode
light_mode
getRow
method
T?
getRow
(
dynamic
primaryKey
)
Implementation
T? getRow(dynamic primaryKey) => _rowsByPrimaryKey[primaryKey];
spacetimedb_sdk package
documentation
protocol
TableCache<T>
getRow method
TableCache class