DiscordGuildScheduledEventUser class

Constructors

DiscordGuildScheduledEventUser({required DiscordSnowflake guildScheduledEventId, required DiscordUser user, DiscordGuildMember? member})
DiscordGuildScheduledEventUser.fromJson(Map<String, dynamic> json)
factory

Properties

guildScheduledEventId DiscordSnowflake
the scheduled event id which the user subscribed to
final
hashCode int
The hash code for this object.
no setterinherited
member DiscordGuildMember?
guild member data for this user for this guild which this event belongs to, if any
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user DiscordUser
user which subscribed to an event
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

guildScheduledEventIdEntry → const String
memberEntry → const String
userEntry → const String