isCancelled property

bool isCancelled

Implementation

bool get isCancelled => cancelled == null ? false : cancelled!();