ObservableGroup class

Inheritance
Implemented types
Available Extensions

Constructors

ObservableGroup([Iterable? observables])

Properties

hashCode int
The hash code for this object.
no setterinherited
internalData ↔ dynamic
getter/setter pairinherited
isActive bool
no setter
isValid bool
no setter
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Iterable
no setteroverride

Methods

cancel(ControlSubscription<Iterable?> subscription) → void
override
cast<U>() ObservableValue<U>
inherited
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
join(dynamic observer) DisposableToken
Supports ActionControl, FieldControl and Listenable. Other objects will be passed unchanged.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify() → void
subscribe(ValueCallback<Iterable?> action, {bool current = true, dynamic args}) ControlSubscription<Iterable?>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](int index) → dynamic