selectNoResults property

  1. @override
String get selectNoResults
override

The message displayed when there are no matching results.

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

Implementation

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