IbanSpec$json top-level constant

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

Implementation

@$core.Deprecated('Use ibanSpecDescriptor instead')
const IbanSpec$json = const {
  '1': 'IbanSpec',
  '2': const [
    const {'1': 'country_code', '3': 1, '4': 1, '5': 9, '10': 'countryCode'},
    const {'1': 'country_name', '3': 2, '4': 1, '5': 9, '10': 'countryName'},
    const {'1': 'length', '3': 3, '4': 1, '5': 13, '10': 'length'},
    const {'1': 'spaces_at', '3': 4, '4': 3, '5': 13, '10': 'spacesAt'},
    const {
      '1': 'patterns',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.specs.IbanSpecPatterns',
      '10': 'patterns'
    },
    const {
      '1': 'fields',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.specs.IbanSpecFields',
      '10': 'fields'
    },
  ],
};