Forecast_Data constructor

Forecast_Data([
  1. void b(
    1. Forecast_DataBuilder
    )?
])

Creates a new Forecast_Data object using the builder pattern.

Implementation

factory Forecast_Data([void Function(Forecast_DataBuilder)? b]) = _$Forecast_Data;