autoincrement property Null safety
final
A sequence generator will be used to generate the next value for this column when a row is inserted.
When this flag is true, the database will generate a value for this column on insert.
Implementation
final bool autoincrement;