OpenWeatherByZipCode constructor
const
OpenWeatherByZipCode({})
Implementation
const OpenWeatherByZipCode(
{super.key,
required this.apiKey,
required this.zipCode,
required this.countryCode,
this.weatherUnits = WeatherUnits.IMPERIAL,
this.color = Colors.black,
this.language = Languages.ENGLISH});