ticker property

Ticker? ticker
final

Reference to the Ticker object that was canceled.

This may be null in the case that the Future created for TickerFuture.orCancel was created after the ticker was canceled.

Implementation

final Ticker? ticker;