UserProfile$json top-level constant

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

Implementation

@$core.Deprecated('Use userProfileDescriptor instead')
const UserProfile$json = const {
  '1': 'UserProfile',
  '2': const [
    const {'1': 'profile_image', '3': 1, '4': 1, '5': 9, '9': 0, '10': 'profileImage', '17': true},
    const {'1': 'first_name', '3': 2, '4': 1, '5': 9, '9': 1, '10': 'firstName', '17': true},
    const {'1': 'last_name', '3': 3, '4': 1, '5': 9, '9': 2, '10': 'lastName', '17': true},
    const {'1': 'birthdate', '3': 4, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '9': 3, '10': 'birthdate', '17': true},
    const {'1': 'preferred_language', '3': 5, '4': 1, '5': 14, '6': '.Nuntio.CountryCode', '9': 4, '10': 'preferredLanguage', '17': true},
    const {'1': 'country', '3': 6, '4': 1, '5': 9, '9': 5, '10': 'country', '17': true},
    const {'1': 'address', '3': 7, '4': 1, '5': 9, '9': 6, '10': 'address', '17': true},
    const {'1': 'city', '3': 8, '4': 1, '5': 9, '9': 7, '10': 'city', '17': true},
    const {'1': 'postal_code', '3': 9, '4': 1, '5': 9, '9': 8, '10': 'postalCode', '17': true},
    const {'1': 'gender', '3': 10, '4': 1, '5': 14, '6': '.Nuntio.GenderType', '9': 9, '10': 'gender', '17': true},
    const {'1': 'ssn', '3': 11, '4': 1, '5': 9, '9': 10, '10': 'ssn', '17': true},
    const {'1': 'cover_image', '3': 12, '4': 1, '5': 9, '9': 11, '10': 'coverImage', '17': true},
  ],
  '8': const [
    const {'1': '_profile_image'},
    const {'1': '_first_name'},
    const {'1': '_last_name'},
    const {'1': '_birthdate'},
    const {'1': '_preferred_language'},
    const {'1': '_country'},
    const {'1': '_address'},
    const {'1': '_city'},
    const {'1': '_postal_code'},
    const {'1': '_gender'},
    const {'1': '_ssn'},
    const {'1': '_cover_image'},
  ],
};