isSelected method

bool isSelected(
  1. T value
)

Checks if the value presents in this controller.

Implementation

bool isSelected(T value) => _values.containsKey(value);