thermalState property

  1. @TagNumber.new(3)
String get thermalState

For THERMAL_STATE_CHANGED — engine-defined state string (e.g. "nominal", "fair", "serious", "critical"; Apple-specific names preserved as strings to avoid platform-coupled enums).

Implementation

@$pb.TagNumber(3)
$core.String get thermalState => $_getSZ(2);
  1. @TagNumber.new(3)
set thermalState (String value)

Implementation

@$pb.TagNumber(3)
set thermalState($core.String value) => $_setString(2, value);