StageInstance class

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

StageInstance({required String id, required String guildId, required String channelId, required String topic, required PrivacyLevel privacyLevel, required bool discoveryDisabled})
Constructor
StageInstance.fromJson(Map<String, dynamic> json)
From json
factory

Properties

channelId String
The id of the associated Stage channel
final
discoveryDisabled bool
Whether or not Stage Discovery is disabled
final
guildId String
The guild id of the associated Stage channel
final
hashCode int
The hash code for this object.
no setterinherited
id String
The id of this Stage instance
final
privacyLevel PrivacyLevel
The privacy level of the Stage instance
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topic String
The topic of the Stage instance (1-120 characters)
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
To json
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited