ReactiveMap<K, V> class
- Inheritance
-
- Object
- ReactiveModel
- ReactiveMap
- Available extensions
Constructors
-
ReactiveMap([Map<
K, V> ? initial])
Properties
- debugNotify ↔ bool
-
Debug flag for development
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
value
→ Map<
K, V> -
no setter
Methods
-
addListener(
VoidCallback listener, {Symbol? field}) → void -
inherited
-
addNested(
ReactiveModel nested, {Symbol? field}) → void -
inherited
-
batch(
VoidCallback fn) → void -
inherited
-
clear(
) → void -
dispose(
) → void -
inherited
-
listen(
VoidCallback callback, {Symbol? field}) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners(
[Symbol? field]) → void -
inherited
-
once(
VoidCallback callback, {Symbol? field}) → void -
inherited
-
put(
K key, V value) → void -
reaction<
V> (V selector(), void callback(V value)) → void -
inherited
-
remove(
K key) → void -
removeListener(
VoidCallback listener, {Symbol? field}) → void -
inherited
-
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 -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
K key) → V?