items property

List<T>? items
final

The list of items (T) to search and select.

Implementation

final List<T>? items;