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