dryRunArg constant

FlagArgument const dryRunArg

Implementation

static const FlagArgument dryRunArg = FlagArgument(
  name: 'dry-run',
  help: 'If set to true, babel will return with error '
      'when unused translations are found in a project.',
  defaultsTo: false,
  negatable: false,
);