NumberFormat$json top-level constant

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

Implementation

@$core.Deprecated('Use numberFormatDescriptor instead')
const NumberFormat$json = {
  '1': 'NumberFormat',
  '2': [
    {'1': 'pattern', '3': 1, '4': 2, '5': 9, '10': 'pattern'},
    {'1': 'format', '3': 2, '4': 2, '5': 9, '10': 'format'},
    {
      '1': 'leading_digits_pattern',
      '3': 3,
      '4': 3,
      '5': 9,
      '10': 'leadingDigitsPattern'
    },
    {
      '1': 'national_prefix_formatting_rule',
      '3': 4,
      '4': 1,
      '5': 9,
      '10': 'nationalPrefixFormattingRule'
    },
    {
      '1': 'national_prefix_optional_when_formatting',
      '3': 6,
      '4': 1,
      '5': 8,
      '7': 'false',
      '10': 'nationalPrefixOptionalWhenFormatting'
    },
    {
      '1': 'domestic_carrier_code_formatting_rule',
      '3': 5,
      '4': 1,
      '5': 9,
      '10': 'domesticCarrierCodeFormattingRule'
    },
  ],
};