asDart method

Set<ObjCObject> asDart()

Wraps this NSMutableSet in an adapter that implements Set.

This is not a conversion, doesn't create a new set, or change the elements. For deep conversion, use toDartSet.

Implementation

Set<ObjCObject> asDart() => _NSMutableSetAdapter(this);