empty static method

CurrentWeather empty()
override

create CurrentWeather Empty

Implementation

static CurrentWeather empty() {
  return CurrentWeather({});
}