factory VoiceSignalVideo.fromJson(Map<String, dynamic> json) => VoiceSignalVideo( state: OnOff.fromWire(json['state'] as String), );