isPrimaryKey property

bool isPrimaryKey
final

Column primary key You can use this field to mark several fields to create compound key used for creation the unique primary key in resulting table PRIMARY KEY(column_1,column_2,...)

Implementation

final bool isPrimaryKey;