alloc static method

NSValue alloc()
override

alloc

Implementation

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