UserInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use userInfoDescriptor instead')
const UserInfo$json = {
  '1': 'UserInfo',
  '2': [
    {'1': 'Uuid', '3': 1, '4': 1, '5': 9, '10': 'Uuid'},
    {'1': 'Name', '3': 2, '4': 1, '5': 9, '10': 'Name'},
    {'1': 'Email', '3': 3, '4': 1, '5': 9, '10': 'Email'},
    {'1': 'Mobile', '3': 4, '4': 1, '5': 9, '10': 'Mobile'},
    {'1': 'Avatar', '3': 5, '4': 1, '5': 9, '10': 'Avatar'},
  ],
};