isCancelled property

bool? isCancelled

Property getter and setter for isCancelled:

Implementation

bool? get isCancelled;
void isCancelled=(bool? isCancelled)

Implementation

set isCancelled(bool? isCancelled);