NestedChatContact.fromJson constructor

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

Constructs a NestedChatContact from the provided json.

Implementation

factory NestedChatContact.fromJson(Map<String, dynamic> json) =>
    _$NestedChatContactFromJson(json);