temperatures property
List of CPU temperature readings from each thermal zone of the CPU. Temperatures are in degrees Celsius.
Currently supported on Chrome OS only.
Implementation
List<double> get temperatures =>
_wrapped.temperatures.toDart.cast<double>().map((e) => e).toList();