noResultsFound property

String get noResultsFound

No results found

Implementation

String get noResultsFound {
  return Intl.message(
    'No results found',
    name: 'noResultsFound',
    desc: '',
    args: [],
  );
}