isMaxSelectionsReached property
bool
get
isMaxSelectionsReached
Whether max selections has been reached.
Implementation
bool get isMaxSelectionsReached =>
_maxSelections != null && _selectedItems.length >= _maxSelections;