In fact there is another option to toggle a boolean value, this will work:
_isIt ^= true;
However this is not better than the way you did…
In fact there is another option to toggle a boolean value, this will work:
_isIt ^= true;
However this is not better than the way you did…