fromJson static method

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

Implementation

static VoiceChatEnded fromJson(Map<String, dynamic> json) {
  return VoiceChatEnded(json['duration']);
}