Migration20210722055903 class Null safety
- Inheritance
- Annotations
- @Migratable(version: '20210722055903', up: _migration_20210722055903_up, down: _migration_20210722055903_down)
Constructors
- Migration20210722055903()
-
const
Properties
-
down
→ List<
MigrationCommand> -
final, inherited
- downStatement → String
-
read-only, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- statement → String
-
read-only, inherited
-
up
→ List<
MigrationCommand> -
final, inherited
- upStatement → String
-
read-only, inherited
- version → int
-
Order to run; should be unique and sequential with other Migrations
final, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited