cancelOnDispose property

bool cancelOnDispose
final

Flag indicating that this operation can be canceled

Used by SynchronizedMvvmInstance to decide if this operation must be canceled when calling instance is disposed

Implementation

final bool cancelOnDispose;