isCancelled property

bool get isCancelled

Whether this token has been cancelled

Implementation

bool get isCancelled => _cancelReason != null;