value property
Returns an UnmodifiableSetView of this object.
Implementation
@redeclare
@redeclare
Set<E> get value => UnmodifiableSetView(this);
Returns an UnmodifiableSetView of this object.
@redeclare
@redeclare
Set<E> get value => UnmodifiableSetView(this);