Transliterate class Null safety
Class to convert english to hindi
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- lastWordOfName ↔ String
-
read / write
- reten ↔ String
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
englishToHindi(
String str) → String -
isVC(
String testName) → bool -
lastWordOf(
String name) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
patt0(
String patt0) → String -
ret(
{required String name}) → String -
suggestions(
{required String name, required String sugg}) → List -
toString(
) → String -
A string representation of this object.
inherited
-
word(
String input) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited