DeviceEvent_Type$json top-level constant

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

Implementation

@$core.Deprecated('Use deviceEventDescriptor instead')
const DeviceEvent_Type$json = const {
  '1': 'Type',
  '2': const [
    const {'1': 'UNKNOWN', '2': 0},
    const {'1': 'CONFIG_CHANGE', '2': 1},
    const {'1': 'STATUS_CHANGE', '2': 2},
    const {'1': 'NEXT_ACTION', '2': 3},
    const {'1': 'DEVICE_ACTION', '2': 4},
    const {'1': 'QUEUE_OVERFLOW', '2': 5},
    const {'1': 'REQUEST_FILE', '2': 6},
  ],
};