UIAlertAction.as constructor

UIAlertAction.as(
  1. ObjCObject other
)

Constructs a UIAlertAction that points to the same underlying object as other.

Implementation

UIAlertAction.as(objc.ObjCObject other) : object$ = other {
  objc.checkOsVersionInternal('UIAlertAction', iOS: (false, (8, 0, 0)));
  assert(isA(object$));
}