UIKeyCommand$1.as constructor
UIKeyCommand$1.as(
- 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)));
}