NSCoder.as constructor
NSCoder.as(
- 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$));
}