alloc static method
alloc
Implementation
static NSNull alloc() {
final $ret = _objc_msgSend_151sglz(_class_NSNull, _sel_alloc);
return NSNull.fromPointer($ret, retain: false, release: true);
}
alloc
static NSNull alloc() {
final $ret = _objc_msgSend_151sglz(_class_NSNull, _sel_alloc);
return NSNull.fromPointer($ret, retain: false, release: true);
}