EmojiKeywordsDifference class

Emoji Keywords Difference.

ID: 5cc761bd.

Inheritance

Constructors

EmojiKeywordsDifference({required String langCode, required int fromVersion, required int version, required List<EmojiKeywordBase> keywords})
Emoji Keywords Difference constructor.
const
EmojiKeywordsDifference.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

fromVersion int
From Version.
final
hashCode int
The hash code for this object.
no setterinherited
keywords List<EmojiKeywordBase>
Keywords.
final
langCode String
Lang Code.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int
Version.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited