Data$json top-level constant

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

Implementation

@$core.Deprecated('Use dataDescriptor instead')
const Data$json = const {
  '1': 'Data',
  '2': const [
    const {
      '1': 'type',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.toit.api.DataType',
      '10': 'type'
    },
    const {'1': 'hardware_id', '3': 2, '4': 1, '5': 12, '10': 'hardwareId'},
    const {'1': 'device_id', '3': 3, '4': 1, '5': 12, '10': 'deviceId'},
    const {'1': 'event_id', '3': 4, '4': 1, '5': 12, '10': 'eventId'},
    const {'1': 'job_id', '3': 5, '4': 1, '5': 12, '10': 'jobId'},
    const {
      '1': 'received',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'received'
    },
    const {
      '1': 'created',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'created'
    },
    const {'1': 'data', '3': 8, '4': 1, '5': 12, '10': 'data'},
  ],
};