menu
datum package
documentation
source/core/migration/migration_plan.dart
MigrationPlan
steps property
steps property
dark_mode
light_mode
steps
property
List
<
Migration
>
steps
final
The ordered migrations to execute. Empty when already at the target.
Implementation
final List<Migration> steps;
datum package
documentation
source/core/migration/migration_plan
MigrationPlan
steps property
MigrationPlan class