duration property
Duration
get
duration
Get the validity of the forecast.
Implementation
Duration get duration {
return _until.time.difference(_from.time);
}
Get the validity of the forecast.
Duration get duration {
return _until.time.difference(_from.time);
}