reverse property

Selection<T> get reverse

Implementation

Selection<T> get reverse => copy(selected: !selected);