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