TempChangeBean constructor

TempChangeBean({
  1. required bool? enable,
  2. required double? temp,
  3. required bool? state,
  4. required TempInfo? tempInfo,
  5. required int type,
})

Implementation

TempChangeBean({
  required this.enable,
  required this.temp,
  required this.state,
  required this.tempInfo,
  required this.type,
});