autocompleteNoResults property

  1. @override
String get autocompleteNoResults
override

The message displayed when there are no matching results.

In en, this message translates to: 'No matches found.'

Implementation

@override
String get autocompleteNoResults => 'No matches found.';