Function Ticker.this

Create a new Ticker

Prototype

this(
  core.time.Duration interval,
  bool autoStart = false
);

Parameters

NameDescription
interval interval to tick at (any unit up to millisecond precision)
autoStart whether the instantiation of the object marks the first tick