InviteStageInstance class

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

InviteStageInstance({required List<GuildMember> members, required int participantCount, required int speakerCount, required String topic})
Constructor
InviteStageInstance.fromJson(Map<String, dynamic> json)
From json
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
members List<GuildMember>
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
toJson() Map<String, dynamic>
To json
toString() String
A string representation of this object.
inherited

Operators

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