ConversationParticipant.fromJson constructor

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

Implementation

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