suggestions property

ValueNotifier<List?> suggestions
final

Implementation

final ValueNotifier<List<dynamic>?> suggestions = ValueNotifier(null);