secret constant

FlagOption const secret

Implementation

static const secret = FlagOption(
  argName: 'secret',
  helpText:
      'Store the value as a secret. The value is encrypted and masked. '
      'Without this flag the value is unmasked and visible.',
  negatable: true,
);