Transliteration class

The Fundamental class that provides static method to transliterate given string.

Constructors

Transliteration()

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 Methods

transliterate(String inputString, Languages languageCode) Future<TransliterationResponse?>
This function transliterates english text to the given language code. Exception will be thrown if user is not connected to internet or server is not responding. Returns Input String and top 5 suggestions in a list for transliteration.