ownedKeys method

Set ownedKeys(
  1. dynamic primaryKey
)

Implementation

Set<dynamic> ownedKeys(dynamic primaryKey) =>
    _rowOwners[primaryKey] ?? const {};