toggle method

bool toggle(
  1. T data
)

select|unselect data

Implementation

bool toggle(T data) => _state._toggle(data);