TransliterationResult class

The result of a transliteration request.

Constructors

TransliterationResult({required String language, required String fromScript, required String toScript, required List<Transliteration> transliterations})
const

Properties

fromScript String
Code of the script we are transliterating from, the source script.
final
hashCode int
The hash code for this object.
no setterinherited
language String
The language code.
final
map Map<String, String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toScript String
Code of the script we are transliterating to, the target script.
final
transliterations List<Transliteration>
One Transliteration for each text that was requested.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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