Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
migrateAndValidate(GeneratedDatabase db, int expectedVersion, {bool validateDropped = false})
→ Future<void>
-
Runs a schema migration and verifies that it transforms the database into
a correct state.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
schemaAt(int version)
→ Future<InitializedSchema>
-
Creates a new database and instantiates the schema with the given
version
.
-
startAt(int version)
→ Future<DatabaseConnection>
-
Creates a
DatabaseConnection
that contains empty tables created for the
known schema version
.
-
toString()
→ String
-
A string representation of this object.
inherited