Forecast constructor

Forecast([
  1. void b(
    1. ForecastBuilder
    )?
])

Creates a new Forecast object using the builder pattern.

Implementation

factory Forecast([void Function(ForecastBuilder)? b]) = _$Forecast;