toTranslateSource method

  1. @override
String toTranslateSource()
override

輸出要進行翻譯的字串值

Implementation

@override
String toTranslateSource() {
  return source;
}