RoleTags class

Constructors

RoleTags.new({Snowflake? bot_id, Snowflake? integrationId, NullBool? premiumSubscriber, Snowflake? subscriptionListingId, NullBool? availableForPurchase, NullBool? guildConnections})
RoleTags.decode(Map<String, dynamic> js)
factory
RoleTags.fromJson(String js)
factory

Properties

availableForPurchase NullBool?
getter/setter pair
bot_id Snowflake?
getter/setter pair
guildConnections NullBool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
integrationId Snowflake?
getter/setter pair
premiumSubscriber NullBool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptionListingId Snowflake?
getter/setter pair

Methods

encode() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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