VoiceChannelRequest constructor

VoiceChannelRequest({
  1. bool? enabled,
})

Implementation

VoiceChannelRequest({
  this.enabled,
});