isCancelled property

bool get isCancelled

True if this Timer was cancelled.

Implementation

bool get isCancelled => _callback == null;