$$get_Serializer method
Builds a serializer to parse the response of $$get_Request.
Implementation
@_i2.experimental
_i1.DynamiteSerializer<WhatsNewGetResponseApplicationJson, void> $$get_Serializer() => _i1.DynamiteSerializer(
bodyType: const FullType(WhatsNewGetResponseApplicationJson),
headersType: null,
serializers: _$jsonSerializers,
validStatuses: const {200},
);