Conversation.fromJson constructor

Conversation.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Conversation.fromJson(Map<String, Object?> json) =>
    _$ConversationFromJson(json);