NSTimer.as constructor
NSTimer.as(
- ObjCObject other
Constructs a NSTimer that points to the same underlying object as other.
Implementation
NSTimer.as(objc.ObjCObject other) : object$ = other {
assert(isA(object$));
}