primaryKey property Null safety
read / write
Name of primary key property.
This is determined by the attribute with the primaryKey annotation.
Implementation
String? primaryKey;
Name of primary key property.
This is determined by the attribute with the primaryKey annotation.
String? primaryKey;