id property

Column<int> id
latefinal

Auto-incrementing primary key.

Implementation

late final id = integer().autoIncrement()();