isPrimaryKey property Null safety
read / write
Whether or not this column is the primary key of its table.
Implementation
bool? isPrimaryKey = false;
Whether or not this column is the primary key of its table.
bool? isPrimaryKey = false;