RainSnowParams constructor

RainSnowParams(
  1. double width,
  2. double height,
  3. WeatherType weatherType
)

Implementation

RainSnowParams(this.width, this.height, this.weatherType);