TranslateString class

Inheritance

Constructors

TranslateString(String source)

Properties

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

Methods

bindTranslateValue(String locale, String value) → void
綁定翻譯後的字串值
override
exportJson(String locale) String
override
loopMatchValue(String locale, List<String> valueList) List<String>
遍歷設定翻譯
override
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
輸出要進行翻譯的字串值
override

Operators

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