CreateHardwareIdentityResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use createHardwareIdentityResponseDescriptor instead')
const CreateHardwareIdentityResponse$json = const {
  '1': 'CreateHardwareIdentityResponse',
  '2': const [
    const {
      '1': 'identity',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.toit.model.HardwareIdentity',
      '10': 'identity'
    },
  ],
};