new$ static method

UIMenuElement new$()

new

Implementation

static UIMenuElement new$() {
  final $ret = _objc_msgSend_151sglz(_class_UIMenuElement, _sel_new);
  return UIMenuElement.fromPointer($ret, retain: false, release: true);
}