primaryKey property
The set of primary keys, if they have been explicitly defined by
overriding primaryKey in the table class. null if the primary key has
not been defined that way.
For the full primary key, see fullPrimaryKey.
Implementation
final Set<MoorColumn>? primaryKey;