SearchEmojis class

Inheritance

Constructors

SearchEmojis({required String text, required bool exactMatch, required List<String> inputLanguageCodes})
Searches for emojis by keywords. Supported only if the file database is enabled
const

Properties

exactMatch bool
exactMatch Pass true if only emojis, which exactly match the text, needs to be returned
final
hashCode int
The hash code for this object.
no setterinherited
inputLanguageCodes List<String>
inputLanguageCodes List of possible IETF language tags of the user's input language; may be empty if unknown
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
text Text to search for
final

Methods

copyWith({String? text, bool? exactMatch, List<String>? inputLanguageCodes}) SearchEmojis
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

CONSTRUCTOR → const String