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