toggle method

Implementation

GetRxDecoratorBool toggle() {
  call(_src.value = !_src.value);
  return this;
}