VoiceChatParticipantsInvited.fromJson constructor

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

Implementation

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