addAll method

  1. @override
void addAll(
  1. Map<K, V> other
)
inherited

See Map.addAll.

Implementation

@override
void addAll(Map<A, B> other) => data.addAll(other);