news property

String news

最新消息

Implementation

String get news {
  return Intl.message(
    '最新消息',
    name: 'news',
    desc: '',
    args: [],
  );
}