VoiceManager constructor Null safety

VoiceManager(
  1. bool _isDeaf,
  2. bool _isMute,
  3. bool _isSelfMute,
  4. bool _isSelfDeaf,
  5. bool _hasVideo,
  6. bool? _hasStream,
  7. VoiceChannel? channel,
  8. GuildMember? member
)

Implementation

VoiceManager( this._isDeaf, this._isMute, this._isSelfMute, this._isSelfDeaf, this._hasVideo, this._hasStream, this.channel, this.member);