MigrationAction class

Describes a single migration action that occurred.

Annotations
  • @immutable

Constructors

MigrationAction({required MigrationDescriptor descriptor, required MigrationOperation operation, required DateTime appliedAt, required Duration duration})
const

Properties

appliedAt → DateTime
final
descriptor → MigrationDescriptor
final
duration → Duration
final
hashCode → int
The hash code for this object.
no setterinherited
operation → MigrationOperation
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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