MigrationStepRow constructor

const MigrationStepRow(
  1. MigrationStep step, {
  2. Key? key,
})

Implementation

const MigrationStepRow(this.step, {super.key});