ChatMembersDialedAll.fromJson constructor

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

Constructs a ChatMembersDialedAll from the provided json.

Implementation

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