CustomEmoji class
Represents a custom emoji.
Constructors
- CustomEmoji.new({String? emojiName, String? name, CustomEmojiPayload? payload, String? temporaryImageUri, String? uid})
- CustomEmoji.fromJson(Map json_)
Properties
- emojiName ↔ String?
-
User-provided name for the custom emoji, which is unique within the
organization.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- payload ↔ CustomEmojiPayload?
-
Input only.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- temporaryImageUri ↔ String?
-
A temporary image URL for the custom emoji, valid for at least 10 minutes.
getter/setter pair
- uid ↔ String?
-
Unique key for the custom emoji resource.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited