RxnBoolExt extension

on

Properties

isFalse bool?

Available on Rx<bool?>, provided by the RxnBoolExt extension

no setter
isTrue bool?

Available on Rx<bool?>, provided by the RxnBoolExt extension

no setter

Methods

toggle() → void

Available on Rx<bool?>, provided by the RxnBoolExt extension

Toggles the bool value between false and true. A shortcut for flag.value = !flag.value;

Operators

operator &(bool other) bool?

Available on Rx<bool?>, provided by the RxnBoolExt extension

operator ^(bool other) bool?

Available on Rx<bool?>, provided by the RxnBoolExt extension

operator |(bool other) bool?

Available on Rx<bool?>, provided by the RxnBoolExt extension