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': 12, '10': 'id'},
    const {
      '1': 'organization_id',
      '3': 2,
      '4': 1,
      '5': 12,
      '10': 'organizationId'
    },
    const {'1': 'email', '3': 3, '4': 1, '5': 9, '10': 'email'},
    const {'1': 'name', '3': 4, '4': 1, '5': 9, '10': 'name'},
    const {
      '1': 'settings',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.toit.model.User.Settings',
      '10': 'settings'
    },
  ],
  '3': const [User_Settings$json],
};