NSInvocation.as constructor
NSInvocation.as(
- ObjCObject other
Constructs a NSInvocation that points to the same underlying object as other.
Implementation
NSInvocation.as(objc.ObjCObject other) : object$ = other {
assert(isA(object$));
}