Welcome property

String get Welcome

Welcome to Zhuozhida!

Implementation

String get Welcome {
  return Intl.message(
    'Welcome to Zhuozhida!',
    name: 'Welcome',
    desc: '',
    args: [],
  );
}