alloc static method

NSIndexSet alloc()
override

alloc

Implementation

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