RxMerge<T> class
final
RxMerge
The RxMerge class can be used to create a single Rx object from a merge of other Rx objects.
Constructors
-
RxMerge.new(List<
Rx< children)T> ?> - Creates a RxMerge instance with the specified list of Rx objects.
Properties
Methods
-
addListener(
VoidCallback listener) → void -
Adds the specified
listener
to all the merged Rx objects. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeListener(
VoidCallback listener) → void -
Removes the specified
listener
from all the merged Rx objects. -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited