AppleThermalState$json top-level constant

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

Implementation

@$core.Deprecated('Use appleThermalStateDescriptor instead')
const AppleThermalState$json = {
  '1': 'AppleThermalState',
  '2': [
    {'1': 'APPLE_THERMAL_STATE_UNSPECIFIED', '2': 0},
    {'1': 'APPLE_THERMAL_STATE_NOMINAL', '2': 1},
    {'1': 'APPLE_THERMAL_STATE_FAIR', '2': 2},
    {'1': 'APPLE_THERMAL_STATE_SERIOUS', '2': 3},
    {'1': 'APPLE_THERMAL_STATE_CRITICAL', '2': 4},
  ],
};