DelegatingSet<E> constructor

*<Null safety>*

const DelegatingSet<E>(Set<E> base)

Implementation

const DelegatingSet(Set<E> base) : _base = base;