title property

String title

Implementation

String get title {
  return Intl.message(
    'Mini Donkey',
    name: 'title',
    desc: 'Title for the application',
    locale: localeName,
  );
}