Forecast_Data_Next12Hours_Details constructor

Forecast_Data_Next12Hours_Details([
  1. void b(
    1. Forecast_Data_Next12Hours_DetailsBuilder
    )?
])

Creates a new Forecast_Data_Next12Hours_Details object using the builder pattern.

Implementation

factory Forecast_Data_Next12Hours_Details([void Function(Forecast_Data_Next12Hours_DetailsBuilder)? b]) =
    _$Forecast_Data_Next12Hours_Details;