DeviceEvent_Info$json top-level constant

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

Implementation

@$core.Deprecated('Use deviceEventDescriptor instead')
const DeviceEvent_Info$json = const {
  '1': 'Info',
  '2': const [
    const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
    const {
      '1': 'value',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.toit.model.DeviceEvent.Info.Value',
      '10': 'value'
    },
  ],
  '3': const [DeviceEvent_Info_Value$json],
};