Sticker mixin

Mixin with shared properties with stickers

Mixin Applications

Properties

available bool
Whether this guild sticker can be used, may be false due to loss of Server Boosts
no setter
description String?
Description of the sticker
no setter
formatType StickerFormatType
Type of sticker format
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
Name of the sticker
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortValue int?
The standard sticker's sort order within its pack
no setter
tags String
Autocomplete/suggestion tags for the sticker (comma separated string)
no setter
type StickerType
Type of sticker
no setter
user PartialUser?
The user that uploaded the guild sticker
no setter

Methods

getTags() List<String>
Returns tags in list format since tags field is comma-separated string
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