UIMenuElement.as constructor

UIMenuElement.as(
  1. ObjCObject other
)

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

Implementation

UIMenuElement.as(objc.ObjCObject other) : object$ = other {
  objc.checkOsVersionInternal('UIMenuElement', iOS: (false, (13, 0, 0)));
  assert(isA(object$));
}