noResults property

String get noResults

Message shown when no results are found.

Implementation

String get noResults => Intl.message(
  'No results found',
  name: 'noResults',
  desc: 'Message displayed when search returns no results',
  locale: locale.toString(),
);