ControlSubscription<T> class

Implemented types
Implementers
Available Extensions

Constructors

ControlSubscription()

Properties

hashCode int
The hash code for this object.
no setterinherited
isActive bool
no setter
isCallbackAttached bool
no setter
isValid bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancel() → void
closePass(T value) bool
dispose() → void
Used to clear and dispose object. After this method call is object typically unusable and ready for GC. Can be called multiple times!
override
filter(Predicate<T>? filter) ControlSubscription<T>
filterPass(T value) bool
initSubscription(ObservableValue parent, [ValueCallback<T>? callback]) → void
invalidate() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyCallback(T value) → void
once() ControlSubscription<T>
pause() → void
resume() → void
toString() String
A string representation of this object.
inherited
until(Predicate<T>? predicate) ControlSubscription<T>

Operators

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