$showPoll_Serializer method

  1. @experimental
DynamiteSerializer<PollShowPollResponseApplicationJson, void> $showPoll_Serializer()

Builds a serializer to parse the response of $showPoll_Request.

Implementation

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