MigrationCommand class abstract

Extendible interface for SQLite migrations

Implementers

Constructors

MigrationCommand()
const

Properties

down MigrationCommand?
Outputs the opposite command to be used in a generator
no setter
forGenerator String
Outputs model as String to be used in a generator
no setter
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statement String?
Outputs statement to be interpreted by SQLite
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Alias for statement
override

Operators

operator ==(Object other) bool
The equality operator.
override