style property

UIAlertActionStyle get style

style

Implementation

UIAlertActionStyle get style {
  objc.checkOsVersionInternal('UIAlertAction.style', iOS: (false, (8, 0, 0)));
  final $ret = _objc_msgSend_11gy616(object$.ref.pointer, _sel_style);
  return UIAlertActionStyle.fromValue($ret);
}