CellObserverModel class abstract
Provides the watch method for observing changes in cell.
Usage:
Constructors
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
-
dispose(
) → void - Stop calling all watch functions registered with watch
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
watch(
void fn()) → CellWatcher -
Register a cell watch function
fn
.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited