dart property

Set<T> dart

Returns a read-only dart:core Set

This method can be used to interop between the dart:collection and the kt.dart world.

Implementation

Set<T> get dart => asSet();