FanInfo constructor

FanInfo({
  1. int? speedRpm,
})

Implementation

FanInfo({
  this.speedRpm,
});