Contacts$Query$ChatContacts.fromJson constructor

Contacts$Query$ChatContacts.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Contacts$Query$ChatContacts.fromJson(Map<String, dynamic> json) =>
    _$Contacts$Query$ChatContactsFromJson(json);