copyWith method
Implementation
GetCurrentWeather copyWith({Location? location}) =>
GetCurrentWeather(location: location ?? this.location);
GetCurrentWeather copyWith({Location? location}) =>
GetCurrentWeather(location: location ?? this.location);