value property

  1. @redeclare
  2. @redeclare
Set<E> get value

Returns an UnmodifiableSetView of this object.

Implementation

@redeclare
@redeclare
Set<E> get value => UnmodifiableSetView(this);