NSCoding.as constructor
NSCoding.as(
- ObjCObject other
Constructs a NSCoding that points to the same underlying object as other.
Implementation
NSCoding.as(objc.ObjCObject other) : object$ = other;
Constructs a NSCoding that points to the same underlying object as other.
NSCoding.as(objc.ObjCObject other) : object$ = other;