MigrationStep constructor

MigrationStep(
  1. String label
)

Implementation

MigrationStep(this.label) : state = MigrationStepState.pending;