WeatherController constructor

WeatherController({
  1. required WeatherState weatherState,
  2. required WeatherApi weatherApi,
})

Implementation

WeatherController({required this.weatherState, required this.weatherApi});