CreateAPIKeyResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use createAPIKeyResponseDescriptor instead')
const CreateAPIKeyResponse$json = const {
  '1': 'CreateAPIKeyResponse',
  '2': const [
    const {
      '1': 'api_key',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.toit.model.APIKey',
      '10': 'apiKey'
    },
  ],
};