Character class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- isEmpty → bool
-
Returns true if this character is empty, otherwise false.
no setter
- isNotEmpty → bool
-
Returns true if this character is not empty, otherwise false.
no setter
- proficiency → double
-
The proficiency
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transliteration → String
-
The transliteration
final
- ttsUrl → String
-
The TTS url
final
- value → String
-
The value
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.
override