NSSecureCoding.as constructor

NSSecureCoding.as(
  1. ObjCObject other
)

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

Implementation

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