WeatherChangeBean constructor

WeatherChangeBean({
  1. required int type,
  2. required int? tempUnit,
})

Implementation

WeatherChangeBean({
  required this.type,
  required this.tempUnit,
});