RcMap<K, V> class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
notifier
→ ValueNotifier<
Map< K, V> > -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
value
↔ Map<
K, V> -
getter/setter pairinherited
Methods
-
add(
K key, V item) → void -
addAll(
Map< K, V> map) → void -
addListener(
void listener()) → void -
inherited
-
assignAll(
Map< K, V> map) → void -
clear(
) → void -
dispose(
) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refresh(
) → void -
inherited
-
remove(
K key) → void -
removeListener(
void listener()) → void -
inherited
-
removeWhere(
bool test(K, V)) → void -
setValue(
Map< K, V> value) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited