schemaVersion property Null safety
override
Specify the schema version of your database. Whenever you change or add tables, you should bump this field and provide a migration strategy.
Implementation
@override
int get schemaVersion => 1;
Specify the schema version of your database. Whenever you change or add tables, you should bump this field and provide a migration strategy.
@override
int get schemaVersion => 1;