StreamImageEmoji class
A custom image emoji loaded from a URL.
Covers custom emoji such as Twitch, Discord, or Reddit emotes, as well as cross-platform image sets like Twemoji.
See also:
- StreamEmojiContent, the sealed parent type.
- Inheritance
-
- Object
- StreamEmojiContent
- StreamImageEmoji
- Annotations
Constructors
- StreamImageEmoji({required Uri url, Uri? stillUrl})
-
Creates an image emoji display.
const
Properties
Methods
-
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