DiscordInviteStageInstance class

Constructors

DiscordInviteStageInstance({required List<DiscordGuildMember> members, required int participantCount, required int speakerCount, required String topic})
DiscordInviteStageInstance.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
members List<DiscordGuildMember>
the members speaking in the Stage
final
participantCount int
the number of users in the Stage
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speakerCount int
the number of users speaking in the Stage
final
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

membersEntry → const String
participantCountEntry → const String
speakerCountEntry → const String
topicEntry → const String