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