alloc static method

NSMutableSet alloc()
override

alloc

Implementation

static NSMutableSet alloc() {
  final $ret = _objc_msgSend_151sglz(_class_NSMutableSet, _sel_alloc);
  return NSMutableSet.fromPointer($ret, retain: false, release: true);
}