noResultsFoundHint property

String get noResultsFoundHint

We couldn't find any results matching your search. Please try a different query.

Implementation

String get noResultsFoundHint {
  return Intl.message(
    'We couldn\'t find any results matching your search. Please try a different query.',
    name: 'noResultsFoundHint',
    desc: '',
    args: [],
  );
}