alloc static method

UIMenu alloc()

alloc

Implementation

static UIMenu alloc() {
  final $ret = _objc_msgSend_151sglz(_class_UIMenu, _sel_alloc);
  return UIMenu.fromPointer($ret, retain: false, release: true);
}