cancelled property

bool cancelled

Flag indicating whether the token was cancelled or not.

Implementation

bool get cancelled => exception != null;