DeviceEvent$json top-level constant

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

Implementation

@$core.Deprecated('Use deviceEventDescriptor instead')
const DeviceEvent$json = const {
  '1': 'DeviceEvent',
  '2': const [
    const {'1': 'device_id', '3': 1, '4': 1, '5': 12, '10': 'deviceId'},
    const {'1': 'event_id', '3': 2, '4': 1, '5': 12, '10': 'eventId'},
    const {
      '1': 'created',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'created'
    },
    const {
      '1': 'type',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.toit.model.DeviceEvent.Type',
      '10': 'type'
    },
    const {'1': 'msg', '3': 5, '4': 1, '5': 9, '10': 'msg'},
    const {'1': 'data', '3': 6, '4': 1, '5': 12, '10': 'data'},
    const {
      '1': 'initiater',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.toit.model.DeviceEvent.Initiater',
      '10': 'initiater'
    },
    const {
      '1': 'information',
      '3': 8,
      '4': 3,
      '5': 11,
      '6': '.toit.model.DeviceEvent.Info',
      '10': 'information'
    },
  ],
  '3': const [DeviceEvent_Initiater$json, DeviceEvent_Info$json],
  '4': const [DeviceEvent_Type$json],
};