InputMuteStateChanged constructor

InputMuteStateChanged({
  1. required String inputName,
  2. required String inputUuid,
  3. required bool inputMuted,
})

Implementation

InputMuteStateChanged({
  required this.inputName,
  required this.inputUuid,
  required this.inputMuted,
});