Romanization class
A class containing maps that indicates how to convert between kana characters and romaji.
Currently only supports hepburn (https://en.wikipedia.org/wiki/Hepburn_romanization).
Properties
- isHepburn → bool
-
Indicates if this is Romanization.hepburn.
read-only
-
kanaToRomajiMap
→ Map<
String, dynamic> -
The map that can be used to convert from kana to romaji.
final
- name → String
-
The name of this Romanization.
final
-
props
→ List<
Object> -
The
List
ofprops
(properties) which will be used to determine whether twoEquatables
are equal.read-only -
romajiToKanaMap
→ Map<
String, dynamic> -
The map that can be used to convert from romaji to kana.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- stringify → bool
-
If the value is
true
, thetoString
method will be overrided to print the equatableprops
.read-only, inherited
Methods
-
toString(
) → String - Returns a string representation of this object.
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
Object other ) → bool -
The equality operator. [...]
inherited
Constants
- hepburn → const Romanization
-
The Hepburn romanization map. (https://en.wikipedia.org/wiki/Hepburn_romanization)
_hepburn