ProfileAssociatedChat.fromJson constructor

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

Implementation

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