isPrimaryKey property Null safety

bool? isPrimaryKey
read / write

Whether or not this column is the primary key of its table.

Implementation

bool? isPrimaryKey = false;