factory VoiceTrackHint.fromJson(Map<String, dynamic> json) => VoiceTrackHint( mid: json['mid'] as String, member: json['member'] as String, );