items property

List<T> items
final

List of items where the search is going to take place on. They have T on run time.

Implementation

final List<T> items;