addAll method

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

Throws an UnsupportedError; operations that change the map are disallowed.

Implementation

@override
void addAll(Map<K, V> other) => _throw();