isCancelled property

bool isCancelled

True if this Timer was cancelled.

Implementation

bool get isCancelled => _callback == null;