NSMutableArray.fromPointer constructor

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

Implementation

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