toBuiltSet method

  1. @override
BuiltSet<E> toBuiltSet()

Converts to a BuiltSet.

Implementation

@override
BuiltSet<E> toBuiltSet() => this;