aboutItcContent property

String aboutItcContent

在103學年度,\n我們也成立了高應大資訊研習社!\n\n如果你對資訊有熱誠或是對我們作品有興趣,歡迎來社課或是講座,也可以來找我們聊聊天。

Implementation

String get aboutItcContent {
  return Intl.message(
    '在103學年度,\n我們也成立了高應大資訊研習社!\n\n如果你對資訊有熱誠或是對我們作品有興趣,歡迎來社課或是講座,也可以來找我們聊聊天。',
    name: 'aboutItcContent',
    desc: '',
    args: [],
  );
}