NSTimer.as constructor

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