Language enum
Values
- chinese_simplified → const Language
-
const Language("Chinese simplified", zhCN) - chinese_traditional → const Language
-
const Language("Chinese traditional", zhTW) - czech → const Language
-
const Language("Czech", cs) - english → const Language
-
const Language("English", en) - french → const Language
-
const Language("French", fr) - italian → const Language
-
const Language("Italian", it) - japanese → const Language
-
const Language("Japanese", ja) - korean → const Language
-
const Language("Korean", ko) - portuguese → const Language
-
const Language("Portuguese", pt) - spanish → const Language
-
const Language("Spanish", es) - unknown → const Language
-
const Language("Unknown", [])
Properties
- delimiter → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- language → String
-
final
-
map
→ Map<
int, String> -
no setter
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
wordlist
→ List<
String> -
no setter
Methods
-
isValidWord(
String word) → bool - This function is used to check if a word is valid.
-
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