ObservableModel<T> class abstract

Inheritance
Implemented types
Implementers
Available Extensions

Constructors

ObservableModel()

Properties

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

Methods

cancel(ControlSubscription<T> subscription) → void
inherited
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!
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify() → void
inherited
setValue(T value, {bool notify = true, bool forceNotify = false}) → void
subscribe(ValueCallback<T?> action, {bool current = true, dynamic args}) ControlSubscription<T>
inherited
toString() String
A string representation of this object.
inherited

Operators

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