$getForecast_Serializer method

  1. @experimental
DynamiteSerializer<WeatherStatusGetForecastResponseApplicationJson, void> $getForecast_Serializer()

Builds a serializer to parse the response of $getForecast_Request.

Implementation

@_i2.experimental
_i1.DynamiteSerializer<WeatherStatusGetForecastResponseApplicationJson, void> $getForecast_Serializer() =>
    _i1.DynamiteSerializer(
      bodyType: const FullType(WeatherStatusGetForecastResponseApplicationJson),
      headersType: null,
      serializers: _$jsonSerializers,
      validStatuses: const {200},
    );