fanSpeeds property

List<double>? fanSpeeds
getter/setter pair

Fan speeds in RPM for each fan on the device.

Empty array means that there are no fans or fan speed is not supported on the system.

Implementation

core.List<core.double>? fanSpeeds;