fixCommand top-level property

FixCommand fixCommand
final

Implementation

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