hello property

String get hello

Hello

Implementation

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