GetDeviceResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use getDeviceResponseDescriptor instead')
const GetDeviceResponse$json = const {
  '1': 'GetDeviceResponse',
  '2': const [
    const {
      '1': 'device',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.toit.api.Device',
      '10': 'device'
    },
    const {
      '1': 'jobs',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.toit.api.Job',
      '8': const {'3': true},
      '10': 'jobs',
    },
  ],
};