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