UIScreen.as constructor
UIScreen.as(
- ObjCObject other
Constructs a UIScreen that points to the same underlying object as other.
Implementation
UIScreen.as(objc.ObjCObject other) : object$ = other {
assert(isA(object$));
}