StickerItem class

A representation of a sticker with minimal information

Inheritance

Properties

formatType StickerFormatType
Format type of sticker
final
hashCode int
The hash code for this object.
no setterinherited
id Snowflake
The id of this entity.
finalinherited
name String
Name of sticker
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

defaultToString() String
Same as toString, but only called when dart:mirrors is not available.
inherited
fetch() Future<StickerItem>
Fetch this entity from the API.
override
get() Future<StickerItem>
If this entity exists in the manager's cache, return the cached instance. Otherwise, fetch this entity and return it.
override
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