id property

ColumnInt id
final

The database id, set if the object has been inserted into the database or if it has been fetched from the database. Otherwise, the id will be null.

Implementation

final id = _i1.ColumnInt('id');