VoiceState constructor
VoiceState({})
Implementation
VoiceState({
this.guildId,
this.channelId,
required this.userId,
required this.member,
required this.sessionId,
required this.deaf,
required this.mute,
required this.selfDeaf,
required this.selfMute,
this.selfStream,
required this.selfVideo,
required this.suppress,
});