suggestions property

List<String>? suggestions
final

The suggestions of the search bar. By default is null. It can be any value. A list of String.

Implementation

final List<String>? suggestions;