User$json top-level constant

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

Implementation

@$core.Deprecated('Use userDescriptor instead')
const User$json = const {
  '1': 'User',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    const {'1': 'email', '3': 2, '4': 1, '5': 9, '10': 'email'},
    const {'1': 'password', '3': 3, '4': 1, '5': 9, '10': 'password'},
    const {'1': 'gender', '3': 4, '4': 1, '5': 14, '6': '.Nuntio.Gender', '10': 'gender'},
    const {'1': 'birthday', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'birthday'},
    const {'1': 'country', '3': 6, '4': 1, '5': 11, '6': '.Nuntio.CountryCode', '10': 'country'},
    const {'1': 'blocked', '3': 7, '4': 1, '5': 8, '10': 'blocked'},
    const {'1': 'preferredLanguage', '3': 8, '4': 1, '5': 11, '6': '.Nuntio.LanguageCode', '10': 'preferredLanguage'},
    const {'1': 'name', '3': 9, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'createdAt', '3': 10, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'createdAt'},
    const {'1': 'updatedAt', '3': 11, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'updatedAt'},
    const {'1': 'ssnId', '3': 12, '4': 1, '5': 9, '10': 'ssnId'},
    const {'1': 'ssnHash', '3': 13, '4': 1, '5': 9, '10': 'ssnHash'},
  ],
};