OpenWeather constructor

OpenWeather({
  1. required String apiKey,
})

Implementation

OpenWeather({required this.apiKey});