cancelled property

bool get cancelled

Indicates whether the action has been cancelled.

Implementation

bool get cancelled => _syncCancelled || _cancelledGetter();