Forecast_Data_Next6Hours constructor

Forecast_Data_Next6Hours([
  1. void b(
    1. Forecast_Data_Next6HoursBuilder
    )?
])

Creates a new Forecast_Data_Next6Hours object using the builder pattern.

Implementation

factory Forecast_Data_Next6Hours([void Function(Forecast_Data_Next6HoursBuilder)? b]) = _$Forecast_Data_Next6Hours;