tryDifferentKeywords property

String get tryDifferentKeywords

Suggestion to try different keywords.

Implementation

String get tryDifferentKeywords => Intl.message(
  'Try different keywords',
  name: 'tryDifferentKeywords',
  desc: 'Suggestion shown when no results are found',
  locale: locale.toString(),
);