IStickerPack class Null safety
- Implemented types
Constructors
Properties
-
Id of the sticker pack's banner image
read-only
- coverStickerId → Snowflake
-
Id of a sticker in the pack which is shown as the pack's icon
read-only
- createdAt → DateTime
-
Gets creation timestamp included in Snowflake
read-onlyinherited
- description → String
-
Description of the sticker pack
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id → Snowflake
-
ID of entity as Snowflake
finalinherited
- name → String
-
Name of the sticker pack
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- skuId → Snowflake
-
Id of the pack's SKU
read-only
-
stickers
→ List<
IStandardSticker> -
The stickers in the pack
read-only
Methods
-
Returns the banner URL for this pack, with specified
format
andsize
. -
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