Sticker class Null safety
Animated (or not) image like emoji
- Inheritance
- Object
- SnowflakeEntity
- Sticker
Properties
- asset ↔ String
-
Sticker asset hash
read / write, final, late
- assetPreview ↔ String
-
Sticker preview asset hash
read / write, final, late
- createdAt → DateTime
-
Gets creation timestamp included in Snowflake
read-only, inherited
- description ↔ String
-
Description of the sticker
read / write, final, late
- format ↔ StickerFormat
-
Type of sticker format
read / write, final, late
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id → Snowflake
-
ID of entity as Snowflake
final, inherited
- name ↔ String
-
Name of the sticker
read / write, final, late
- packId ↔ Snowflake
-
Id of the pack the sticker is from
read / write, final, late
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
Comma-separated list of tags for the sticker.
Available in list form: tagsList.
read / write, final, late
-
Sticker tags in list form
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited