GetDevicePartitionsResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use getDevicePartitionsResponseDescriptor instead')
const GetDevicePartitionsResponse$json = const {
  '1': 'GetDevicePartitionsResponse',
  '2': const [
    const {
      '1': 'partitions',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.toit.api.GetDevicePartitionsResponse.Partition',
      '10': 'partitions'
    },
    const {'1': 'device_id', '3': 2, '4': 1, '5': 12, '10': 'deviceId'},
  ],
  '3': const [GetDevicePartitionsResponse_Partition$json],
};