ChatUIKitEmojiData class

Constructors

ChatUIKitEmojiData()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Properties

emojiImagePaths List<String>
图片资源文件, 需要与emoji表情列表emojiList一一对应。
final
emojiList List<String>
表情列表, 需要与emojiImagePaths一一对应。
getter/setter pair
emojiMap Map<String, String>
final
emojiMapReversed Map<String, String>
final
listSize int
no setter
packageName String
图片所在包名
getter/setter pair

Static Methods

getEmoji(String emojiImagePath) → dynamic
getEmojiImagePath(String emoji) → dynamic