UICommand.as constructor

UICommand.as(
  1. ObjCObject other
)

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

Implementation

UICommand.as(objc.ObjCObject other) : object$ = other {
  objc.checkOsVersionInternal('UICommand', iOS: (false, (13, 0, 0)));
}