clear method
This operation is not supported by an unmodifiable map.
Implementation
@override
void clear() {
throw UnsupportedError('Cannot modify unmodifiable map');
}
This operation is not supported by an unmodifiable map.
@override
void clear() {
throw UnsupportedError('Cannot modify unmodifiable map');
}