about property

String about

關於我們

Implementation

String get about {
  return Intl.message(
    '關於我們',
    name: 'about',
    desc: '',
    args: [],
  );
}