This operation is not supported by an unmodifiable map.
@override V? remove(Object? key) { throw UnsupportedError('Cannot modify unmodifiable map'); }