TranslateType<T> class abstract

Implementers

Constructors

TranslateType()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translate Map<String, String>
final

Methods

bindTranslateValue(String locale, String value) → void
綁定翻譯後的字串值
exportJson(String locale) → T
loopMatchValue(String locale, List<String> valueList) List<String>
遍歷設定翻譯
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toTranslateSource() String
輸出要進行翻譯的字串值

Operators

operator ==(Object other) bool
The equality operator.
inherited