factory VoiceSignalDemote.fromJson(Map<String, dynamic> json) => VoiceSignalDemote( target: json['target'] as String, );