IpadUser$json top-level constant

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

Implementation

@$core.Deprecated('Use ipadUserDescriptor instead')
const IpadUser$json = {
  '1': 'IpadUser',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {'1': 'username', '3': 2, '4': 1, '5': 9, '10': 'username'},
    {'1': 'password', '3': 3, '4': 1, '5': 9, '10': 'password'},
    {'1': 'first_name', '3': 4, '4': 1, '5': 9, '10': 'firstName'},
    {'1': 'middle_name', '3': 5, '4': 1, '5': 9, '10': 'middleName'},
    {'1': 'last_name', '3': 6, '4': 1, '5': 9, '10': 'lastName'},
    {'1': 'is_clocked_in', '3': 7, '4': 1, '5': 5, '10': 'isClockedIn'},
    {'1': 'is_super_user', '3': 8, '4': 1, '5': 5, '10': 'isSuperUser'},
    {'1': 'teams', '3': 9, '4': 3, '5': 11, '6': '.labor.v1.IpadTeam', '10': 'teams'},
    {'1': 'initials', '3': 10, '4': 1, '5': 9, '10': 'initials'},
    {'1': 'role', '3': 11, '4': 1, '5': 11, '6': '.labor.v1.IpadRole', '10': 'role'},
  ],
};