PersonName$json top-level constant

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

Implementation

@$core.Deprecated('Use personNameDescriptor instead')
const PersonName$json = const {
  '1': 'PersonName',
  '2': const [
    const {'1': 'honorific_prefix', '3': 1, '4': 1, '5': 9, '10': 'honorificPrefix'},
    const {'1': 'given_name', '3': 2, '4': 1, '5': 9, '10': 'givenName'},
    const {'1': 'middle_name', '3': 3, '4': 1, '5': 9, '10': 'middleName'},
    const {'1': 'family_name', '3': 4, '4': 1, '5': 9, '10': 'familyName'},
    const {'1': 'honorific_suffix', '3': 5, '4': 1, '5': 9, '10': 'honorificSuffix'},
  ],
  '7': const {},
};