CreateNewOrganizationRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createNewOrganizationRequestDescriptor instead')
const CreateNewOrganizationRequest$json = const {
  '1': 'CreateNewOrganizationRequest',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'email', '3': 2, '4': 1, '5': 9, '10': 'email'},
  ],
};