isIdColumn property
bool
get
isIdColumn
Whether the column is the default primary key column.
Implementation
bool get isIdColumn => name == defaultPrimaryKeyName;
Whether the column is the default primary key column.
bool get isIdColumn => name == defaultPrimaryKeyName;