NSCoder.as constructor

NSCoder.as(
  1. ObjCObject other
)

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

Implementation

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