NSMutableSet.fromPointer constructor

NSMutableSet.fromPointer(
  1. Pointer<Void> ptr
)

Implementation

NSMutableSet.fromPointer(Pointer<Void> ptr) : super.fromPointer(ptr);