Migration20210802042017 class Null safety

Inheritance
Annotations
  • @Migratable(version: '20210802042017', up: _migration_20210802042017_up, down: _migration_20210802042017_down)

Constructors

Migration20210802042017()
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