UIKeyCommand$1.as constructor

UIKeyCommand$1.as(
  1. ObjCObject other
)

Constructs a UIKeyCommand$1 that points to the same underlying object as other.

Implementation

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