RxBool class
A reactive bool
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stream
→ Stream<
bool> -
Stream of value changes
no setterinherited
- unregisteredValue → bool
-
Read the current value without calling register
no setterinherited
- value ↔ bool
-
The current value
getter/setter pairinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notify(
) → void -
Notify listeners with the current value
inherited
-
notifyWithValue(
bool value) → void -
Notify listeners with the given value
inherited
-
register(
) → void -
Register with the current zone's RxRegistrar if it exists
inherited
-
run(
RxAction action, {bool notify = true}) → bool -
Run
action
with registration and notifications disabled. Will notify afteraction
is completed ifnotify
is true and the child implementation decides a notification should be sent.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator &(
bool other) → bool - See the bool documentation
-
operator ==(
Object other) → bool -
Returns true if both RxValue values are equal
inherited
-
operator ^(
bool other) → bool - See the bool documentation
-
operator |(
bool other) → bool - See the bool documentation