NSCoding.as constructor

NSCoding.as(
  1. ObjCObject other
)

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

Implementation

NSCoding.as(objc.ObjCObject other) : object$ = other;