isAllSelected property

bool isAllSelected

Return true if all options are selected.

Implementation

bool get isAllSelected =>
    _constrainedSelected().length == _options.keys.length;