MapAction<K, V> constructor
const
MapAction<K, V> (
- Map<
K, V> _map(), - void add(
- K key,
- V entry
- void addAll(
- Map<
K, V>
- Map<
- void replace(
- Map<
K, V>
- Map<
- void remove(
- K key
- VoidCallback reset,
Implementation
const MapAction(
this._map,
this.add,
this.addAll,
this.replace,
this.remove,
this.reset,
);