new$ static method

NSMutableSet new$()
override

new

Implementation

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