NSURLHandle.as constructor

NSURLHandle.as(
  1. ObjCObject other
)

Constructs a NSURLHandle that points to the same underlying object as other.

Implementation

NSURLHandle.as(objc.ObjCObject other) : object$ = other {
  assert(isA(object$));
}