Collation enum
Values
- big5han → const Collation
-
const Collation(r'big5han')
- compat → const Collation
-
const Collation(r'compat')
- dict → const Collation
-
const Collation(r'dict')
- direct → const Collation
-
const Collation(r'direct')
- ducet → const Collation
-
const Collation(r'ducet')
- emoji → const Collation
-
const Collation(r'emoji')
- eor → const Collation
-
const Collation(r'eor')
- gb2312 → const Collation
-
const Collation(r'gb2312')
- phonebk → const Collation
-
const Collation(r'phonebk')
- phonetic → const Collation
-
const Collation(r'phonetic')
- pinyin → const Collation
-
const Collation(r'pinyin')
- reformed → const Collation
-
const Collation(r'reformed')
- searchjl → const Collation
-
const Collation(r'searchjl')
- stroke → const Collation
-
const Collation(r'stroke')
- trad → const Collation
-
const Collation(r'trad')
- unihan → const Collation
-
const Collation(r'unihan')
- zhuyin → const Collation
-
const Collation(r'zhuyin')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- 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
- value → String
-
final
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