toSet method

*<Null safety>*
  • @override

Set<E> toSet ()

Implementation

@override
Set<E> toSet() => DelegatingSet<E>(_base.toSet());