FlagOptions$json top-level constant

  1. @Deprecated('Use flagOptionsDescriptor instead')
Map<String, Object> const FlagOptions$json

Implementation

@$core.Deprecated('Use flagOptionsDescriptor instead')
const FlagOptions$json = {
  '1': 'FlagOptions',
  '2': [
    {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    {'1': 'shorthand', '3': 2, '4': 1, '5': 9, '10': 'shorthand'},
    {'1': 'usage', '3': 3, '4': 1, '5': 9, '10': 'usage'},
    {'1': 'default_value', '3': 4, '4': 1, '5': 9, '10': 'defaultValue'},
    {'1': 'deprecated', '3': 6, '4': 1, '5': 9, '10': 'deprecated'},
    {'1': 'shorthand_deprecated', '3': 7, '4': 1, '5': 9, '10': 'shorthandDeprecated'},
    {'1': 'hidden', '3': 8, '4': 1, '5': 8, '10': 'hidden'},
  ],
};