style property

UIAlertActionStyle get style

style

Implementation

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