$receiveMessages_Serializer method

  1. @experimental
DynamiteSerializer<ChatReceiveMessagesResponseApplicationJson, ChatChatReceiveMessagesHeaders> $receiveMessages_Serializer()

Builds a serializer to parse the response of $receiveMessages_Request.

Implementation

@_i2.experimental
_i1.DynamiteSerializer<ChatReceiveMessagesResponseApplicationJson, ChatChatReceiveMessagesHeaders>
    $receiveMessages_Serializer() => _i1.DynamiteSerializer(
          bodyType: const FullType(ChatReceiveMessagesResponseApplicationJson),
          headersType: const FullType(ChatChatReceiveMessagesHeaders),
          serializers: _$jsonSerializers,
          validStatuses: const {200},
        );