StageInstanceBuilder constructor

StageInstanceBuilder({
  1. required String topic,
  2. PrivacyLevel? privacyLevel,
  3. bool? sendStartNotification,
  4. Snowflake? guildScheduledEventId,
})

Implementation

StageInstanceBuilder({
  required this.topic,
  this.privacyLevel,
  this.sendStartNotification,
  this.guildScheduledEventId,
});