RxBoolExt extension

on

Properties

isFalse bool
no setter
isTrue bool
no setter

Methods

toggle() → void
Toggles the bool value between false and true. A shortcut for flag.value = !flag.value;

Operators

operator &(bool other) bool
operator ^(bool other) bool
operator |(bool other) bool