Collation$json top-level constant

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

Implementation

@$core.Deprecated('Use collationDescriptor instead')
const Collation$json = const {
  '1': 'Collation',
  '2': const [
    const {'1': 'Locale', '3': 1, '4': 1, '5': 9, '10': 'Locale'},
    const {'1': 'CaseLevel', '3': 2, '4': 1, '5': 8, '10': 'CaseLevel'},
    const {'1': 'CaseFirst', '3': 3, '4': 1, '5': 9, '10': 'CaseFirst'},
    const {'1': 'Strength', '3': 4, '4': 1, '5': 5, '10': 'Strength'},
    const {'1': 'NumericOrdering', '3': 5, '4': 1, '5': 8, '10': 'NumericOrdering'},
    const {'1': 'Alternate', '3': 6, '4': 1, '5': 9, '10': 'Alternate'},
    const {'1': 'MaxVariable', '3': 7, '4': 1, '5': 9, '10': 'MaxVariable'},
    const {'1': 'Normalization', '3': 8, '4': 1, '5': 8, '10': 'Normalization'},
    const {'1': 'Backwards', '3': 9, '4': 1, '5': 8, '10': 'Backwards'},
  ],
};