JSTimeout constructor

JSTimeout(
  1. VoidCallback function,
  2. int milliseconds
)

Implementation

JSTimeout(this.function, this.milliseconds);