StickerFormat class Null safety
Enumerates different possible format of sticker
Constructors
- StickerFormat(int value)
-
const
- StickerFormat.from(int value)
Properties
Methods
-
getExtension(
) → String - Returns extension for given Sticker type
-
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 ==(
Object other) → bool -
The equality operator. [...]
inherited
Constants
- apng → const StickerFormat
-
const StickerFormat(2)
- lottie → const StickerFormat
-
const StickerFormat(3)
- png → const StickerFormat
-
const StickerFormat(1)