clear method

void clear ()
override

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

Implementation

void clear() => _throw();