VoiceManager constructor Null safety
- bool _isDeaf,
- bool _isMute,
- bool _isSelfMute,
- bool _isSelfDeaf,
- bool _hasVideo,
- bool? _hasStream,
- VoiceChannel? channel,
- GuildMember? member
Implementation
VoiceManager( this._isDeaf, this._isMute, this._isSelfMute, this._isSelfDeaf, this._hasVideo, this._hasStream, this.channel, this.member);