Forecast_Data_Next12Hours constructor

Forecast_Data_Next12Hours([
  1. void b(
    1. Forecast_Data_Next12HoursBuilder
    )?
])

Creates a new Forecast_Data_Next12Hours object using the builder pattern.

Implementation

factory Forecast_Data_Next12Hours([void Function(Forecast_Data_Next12HoursBuilder)? b]) = _$Forecast_Data_Next12Hours;