menu
json_sqlite package
documentation
sqlite.dart
SqlId
hasRowId property
hasRowId property
dark_mode
light_mode
hasRowId
property
bool
get
hasRowId
Whether this
SqlId
instance has the
rowid
unique identifier.
Implementation
bool get hasRowId => rowid > 0;
json_sqlite package
documentation
sqlite
SqlId
hasRowId property
SqlId class