Forecast constructor
Forecast([
- void b()?
Creates a new Forecast object using the builder pattern.
Implementation
factory Forecast([void Function(ForecastBuilder)? b]) = _$Forecast;
Creates a new Forecast object using the builder pattern.
factory Forecast([void Function(ForecastBuilder)? b]) = _$Forecast;