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