TranslationLanguage enum
(trans_lang) 전체(0), 영어(1), 일본어(2), 프랑스어(3), 스페인어(4), 아랍어(5), 몽골어(6), 베트남어(7), 타이어(8), 인도네시아어(9), 러시아어(10), 중국어(11)
Values
- english → const TranslationLanguage
-
const TranslationLanguage('영어')
- japanese → const TranslationLanguage
-
const TranslationLanguage('일본어', '。')
- french → const TranslationLanguage
-
const TranslationLanguage('프랑스어')
- spanish → const TranslationLanguage
-
const TranslationLanguage('스페인어')
- arabic → const TranslationLanguage
-
const TranslationLanguage('아랍어', '،')
- mongolian → const TranslationLanguage
-
const TranslationLanguage('몽골어')
- vietnamese → const TranslationLanguage
-
const TranslationLanguage('베트남어')
- thai → const TranslationLanguage
-
const TranslationLanguage('타이어')
- indonesian → const TranslationLanguage
-
const TranslationLanguage('인도네시아어')
- russian → const TranslationLanguage
-
const TranslationLanguage('러시아어')
- chinese → const TranslationLanguage
-
const TranslationLanguage('중국어')
Properties
- code → int
-
no setter
- hangul → String
-
final
- 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
- wordSeparator → 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
Static Methods
-
fromHangul(
String hangul) → TranslationLanguage?
Constants
-
values
→ const List<
TranslationLanguage> - A constant List of the values in this enum, in order of their declaration.