add method
- V value
Adds a value to the map. The key is generated using the keyFunc
function.
Implementation
void add(V value) => _items.add(value);
Adds a value to the map. The key is generated using the keyFunc
function.
void add(V value) => _items.add(value);