new$ static method

UIAlertAction new$()

new

Implementation

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