WeatherDurationCoordinates constructor
- required Coordinates coordinates,
- required Duration duration,
Creates a WeatherDurationCoordinates instance.
coordinates: The coordinates for the forecast. duration: The delay between the current time and the requested time.
Implementation
WeatherDurationCoordinates({
required this.coordinates,
required this.duration,
});