primaryKey property Null safety

String? primaryKey
read / write

Name of primary key property.

This is determined by the attribute with the primaryKey annotation.

Implementation

String? primaryKey;