currentDatabaseVersion property

  1. @override
(String, int) currentDatabaseVersion
override

Name and version number for this type of persistent storage

Used for database migration: this is the version represented by the code

Implementation

@override
(String, int) get currentDatabaseVersion => ('Localstore', 1);