isSelected method

  1. @protected
bool isSelected(
  1. T data
)

Implementation

@protected
bool isSelected(T data) => _searchable.contains(data);