SubscriptionHolder class

Annotations

Constructors

SubscriptionHolder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(StreamSubscription subscription) → void
consumeAsListenable<T, S>(ValueStream<T> observable, FutureOr<S?> f(T? value)) ValueListenable<S?>
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publishValueConnecting<T, S>(ValueStream<T> observable, FutureOr<S?> f(T? value)) → ValueStream<S?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited