RemoteAudioMuteChanged constructor

const RemoteAudioMuteChanged(
  1. String identity, {
  2. required bool muted,
})

Implementation

const RemoteAudioMuteChanged(this.identity, {required this.muted});