MapAction<K, V> class
Constructors
-
MapAction(Map<
K, V> _map(), void add(K key, V entry), void addAll(Map<K, V> ), void replace(Map<K, V> ), void remove(K key), VoidCallback reset) -
const
Properties
- add → void Function(K key, V entry)
-
final
-
addAll
→ void Function(Map<
K, V> ) -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
map
→ Map<
K, V> -
no setter
- remove → void Function(K key)
-
final
-
replace
→ void Function(Map<
K, V> ) -
final
- reset → VoidCallback
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
get(
K key) → V? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited