primaryKeys property
Set
get
primaryKeys
Implementation
Set<dynamic> get primaryKeys =>
hasPrimaryKey ? _rowsByPrimaryKey.keys.toSet() : const {};
Set<dynamic> get primaryKeys =>
hasPrimaryKey ? _rowsByPrimaryKey.keys.toSet() : const {};