$getMessageContext_Serializer method
- @experimental
Builds a serializer to parse the response of $getMessageContext_Request.
Implementation
@_i2.experimental
_i1.DynamiteSerializer<ChatGetMessageContextResponseApplicationJson, ChatChatGetMessageContextHeaders>
    $getMessageContext_Serializer() => _i1.DynamiteSerializer(
          bodyType: const FullType(ChatGetMessageContextResponseApplicationJson),
          headersType: const FullType(ChatChatGetMessageContextHeaders),
          serializers: _$jsonSerializers,
          validStatuses: const {200},
        );