AppleState$json top-level constant

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

Implementation

@$core.Deprecated('Use appleStateDescriptor instead')
const AppleState$json = {
  '1': 'AppleState',
  '2': [
    {
      '1': 'thermal_state',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.stream.video.sfu.models.AppleThermalState',
      '10': 'thermalState'
    },
    {
      '1': 'is_low_power_mode_enabled',
      '3': 2,
      '4': 1,
      '5': 8,
      '10': 'isLowPowerModeEnabled'
    },
  ],
};