DiscordRoleTags class

Constructors

DiscordRoleTags({DiscordSnowflake? botId, DiscordSnowflake? integrationId, required bool premiumSubscriber})
DiscordRoleTags.fromJson(Map<String, dynamic> json)
factory

Properties

botId DiscordSnowflake?
final
hashCode int
The hash code for this object.
no setterinherited
integrationId DiscordSnowflake?
final
premiumSubscriber bool
Whether this is the guild's premium subscriber role.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

botIdEntry → const String
integrationIdEntry → const String
premiumSubscriberEntry → const String