remove method Null safety

bool remove(
  1. Object? value
)
inherited

This operation is not supported by an unmodifiable set.

Implementation

bool remove(Object? value) => _throwUnmodifiable();