DeviceChangeType$json top-level constant

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

Implementation

@$core.Deprecated('Use deviceChangeTypeDescriptor instead')
const DeviceChangeType$json = const {
  '1': 'DeviceChangeType',
  '2': const [
    const {'1': 'DEVICE_CHANGE_UNKNOWN', '2': 0},
    const {'1': 'DEVICE_CHANGE_ADDED', '2': 1},
    const {'1': 'DEVICE_CHANGE_DELETED', '2': 2},
    const {'1': 'DEVICE_CHANGE_CHANGED', '2': 3},
    const {
      '1': 'DEVICE_CHANGE_HEARTBEAT',
      '2': 4,
      '3': const {'1': true},
    },
    const {'1': 'DEVICE_CHANGE_CONNECTED', '2': 5},
    const {'1': 'DEVICE_CHANGE_DISCONNECTED', '2': 6},
  ],
};