Ticker.this

Create a new Ticker

class Ticker
this
(
Duration interval
,
bool autoStart = false
)

Parameters

interval Duration

interval to tick at (any unit up to millisecond precision)

autoStart bool

whether the instantiation of the object marks the first tick

Meta