GetCurrentUserResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use getCurrentUserResponseDescriptor instead')
const GetCurrentUserResponse$json = const {
  '1': 'GetCurrentUserResponse',
  '2': const [
    const {
      '1': 'user',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.toit.model.User',
      '10': 'user'
    },
    const {
      '1': 'organization',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.toit.model.Organization',
      '10': 'organization'
    },
  ],
};