UIAction.as constructor
UIAction.as(
- ObjCObject other
Constructs a UIAction that points to the same underlying object as other.
Implementation
UIAction.as(objc.ObjCObject other) : object$ = other {
objc.checkOsVersionInternal('UIAction', iOS: (false, (13, 0, 0)));
}