FanInfo.fromJson constructor
FanInfo.fromJson(
- Map json_
Implementation
FanInfo.fromJson(core.Map json_)
: this(speedRpm: json_['speedRpm'] as core.int?);
FanInfo.fromJson(core.Map json_)
: this(speedRpm: json_['speedRpm'] as core.int?);