RoomGetNoteToSelfConversationResponseApplicationJson.fromJson constructor

RoomGetNoteToSelfConversationResponseApplicationJson.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory RoomGetNoteToSelfConversationResponseApplicationJson.fromJson(Map<String, dynamic> json) =>
    jsonSerializers.deserializeWith(serializer, json)!;