GuildScheduledEventUser class

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

GuildScheduledEventUser({required String guildScheduledEventId, required User user, GuildMember? member})
Constructor
GuildScheduledEventUser.fromJson(Map<String, dynamic> json)
From json
factory

Properties

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