RoleTags class

Additional metadata associated with a role.

Properties

botId Snowflake?
The ID of the bot this role belongs to.
final
hashCode int
The hash code for this object.
no setterinherited
integrationId Snowflake?
The ID of the integration this role belongs to.
final
isAvailableForPurchase bool
Whether this role is available for purchase.
final
isLinkedRole bool
Whether this role is a guild's linked role
final
isPremiumSubscriber bool
Whether this is the guild's Booster role.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptionListingId Snowflake?
The ID of this role's subscription sku and listing.
final

Methods

defaultToString() String
Same as toString, but only called when dart:mirrors is not available.
inherited
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