welcome property

String get welcome

Welcome

Implementation

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