fixCommand top-level property
Implementation
final fixCommand = FixCommand()
..addArgument('migration identity',
help: 'The identity of the migration in the format as you name it in the '
'migrations directory.'
)
;
final fixCommand = FixCommand()
..addArgument('migration identity',
help: 'The identity of the migration in the format as you name it in the '
'migrations directory.'
)
;