id property
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');
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.
final id = _i1.ColumnInt('id');