ConversionType enum
Values
- hk2s → const ConversionType
-
HK2S, Traditional Chinese (Hong Kong Standard) to Simplified Chinese 香港繁體(香港小學學習字詞表標準)到簡體
- hk2t → const ConversionType
-
HK2T, Traditional Chinese (Hong Kong variant) to Traditional Chinese 香港繁體(香港小學學習字詞表標準)到繁體
- jp2t → const ConversionType
-
JP2T, New Japanese Kanji (Shinjitai) to Traditional Chinese Characters (Kyūjitai) 日本漢字到繁體
- s2hk → const ConversionType
-
S2HK, Simplified Chinese to Traditional Chinese (Hong Kong Standard) 簡體到香港繁體(香港小學學習字詞表標準)
- s2t → const ConversionType
-
S2T, Simplified Chinese to Traditional Chinese 簡體到繁體
- s2tw → const ConversionType
-
S2TW, Simplified Chinese to Traditional Chinese (Taiwan Standard) 簡體到臺灣正體
- s2twp → const ConversionType
-
S2TWP, Simplified Chinese to Traditional Chinese (Taiwan Standard) with Taiwanese idiom 簡體到繁體(臺灣正體標準)並轉換爲臺灣常用詞彙
- t2hk → const ConversionType
-
T2HK, Traditional Chinese to Traditional Chinese (Hong Kong Standard) 繁體到香港繁體(香港小學學習字詞表標準)
- t2s → const ConversionType
-
T2S, Traditional Chinese to Simplified Chinese 繁體到簡體
- t2tw → const ConversionType
-
T2TW, Traditional Chinese to Traditional Chinese (Taiwan Standard) 繁體臺灣正體
- t2jp → const ConversionType
-
T2JP, Traditional Chinese Characters (Kyūjitai) to New Japanese Kanji (Shinjitai) 繁體到日本漢字
- tw2s → const ConversionType
-
TW2S, Traditional Chinese (Taiwan Standard) to Simplified Chinese 臺灣正體到簡體
- tw2t → const ConversionType
-
TW2T, Traditional Chinese (Taiwan standard) to Traditional Chinese 臺灣正體到繁體
- tw2sp → const ConversionType
-
TW2SP, Traditional Chinese (Taiwan Standard) to Simplified Chinese with Mainland Chinese idiom 繁體(臺灣正體標準)到簡體並轉換爲中國大陸常用詞彙
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
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
Constants
-
values
→ const List<
ConversionType> - A constant List of the values in this enum, in order of their declaration.