UIMenuBuilder.as constructor

UIMenuBuilder.as(
  1. ObjCObject other
)

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

Implementation

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