new$ static method

NSInvocation new$()
override

new

Implementation

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