MigrationStep constructor
const
MigrationStep({})
Implementation
const MigrationStep({
required this.order,
required this.type,
required this.description,
this.packageName,
this.targetVersion,
this.codeChanges,
this.command,
});