menu
spacetimedb_sdk package
documentation
protocol.dart
TableCache<T>
ownedKeys method
ownedKeys method
dark_mode
light_mode
ownedKeys
method
Set
ownedKeys
(
dynamic
primaryKey
)
Implementation
Set<dynamic> ownedKeys(dynamic primaryKey) => _rowOwners[primaryKey] ?? const {};
spacetimedb_sdk package
documentation
protocol
TableCache<T>
ownedKeys method
TableCache class