MigrationPlan class
Resolves and validates the chain of Migrations needed to move a store from one schema version to another, before any data is touched.
Constructors
-
MigrationPlan.resolve(List<
Migration> migrations, {required int fromVersion, required int toVersion}) -
Builds the ordered chain from
fromVersiontotoVersionout ofmigrations.factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited