isInsertable property

bool get isInsertable

Returns whether this field should be included in INSERT statements.

Auto-increment fields are excluded by default.

Implementation

bool get isInsertable => !autoIncrement;