trsCode method

String trsCode(
  1. String code
)

翻译本字符串对应指定语言的值

Implementation

String trsCode(String code) => _languageData[this]?[code] ?? this;