value property

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

Returns an UnmodifiableSetView of this object.

Implementation

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