newsRuleTitle property

String newsRuleTitle

最新消息刊登規則

Implementation

String get newsRuleTitle {
  return Intl.message(
    '最新消息刊登規則',
    name: 'newsRuleTitle',
    desc: '',
    args: [],
  );
}