toggle method

bool toggle()
  • return reversed bool

Implementation

bool toggle() => !this;