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