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