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<T>?> children)
Creates a RxMerge instance with the specified list of Rx objects.

Properties

children List<Rx<T>?>
The children parameter is a list of Rx objects that will be merged together to act as a single Rx.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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