isIdColumn property

bool get isIdColumn

Whether the column is the default primary key column.

Implementation

bool get isIdColumn => name == defaultPrimaryKeyName;