alloc static method

UIAlertAction alloc()

alloc

Implementation

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