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