isCanceled property

bool isCanceled

Implementation

bool get isCanceled => _isCanceled;
void isCanceled=(bool value)

Implementation

set isCanceled(bool value) {
  _isCanceled = value;
  notifyListeners();
}