add method Null safety

bool add (
  1. E value
)
inherited

This operation is not supported by an unmodifiable set.

Implementation

bool add(E value) => _throwUnmodifiable();