WeatherExpCommon constructor

WeatherExpCommon({
  1. String? expName,
  2. String? level,
  3. String? prompt,
})

Implementation

WeatherExpCommon({this.expName, this.level, this.prompt});