ChayuWelcome property

String get ChayuWelcome

Welcome to use

Implementation

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