ReactiveModel class
- Implementers
- Available extensions
Constructors
Properties
- debugNotify ↔ bool
-
Debug flag for development
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addListener(
VoidCallback listener, {Symbol? field}) → void -
addNested(
ReactiveModel nested, {Symbol? field}) → void -
batch(
VoidCallback fn) → void -
dispose(
) → void -
listen(
VoidCallback callback, {Symbol? field}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners(
[Symbol? field]) → void -
once(
VoidCallback callback, {Symbol? field}) → void -
reaction<
V> (V selector(), void callback(V value)) → void -
removeListener(
VoidCallback listener, {Symbol? field}) → void -
toString(
) → String -
A string representation of this object.
inherited
-
watch(
Widget builder(T model), {List< Symbol> ? fields}) → Widget -
Available on T, provided by the ReactiveWatch extension
-
when(
bool condition(), VoidCallback callback) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited