trs property

String trs

翻译本字符串对应当前语言的值

Implementation

String get trs => _languageData[this]?[_languageCode] ?? this;