cancelableOperations property

  1. @protected
List<CancelableOperation> cancelableOperations
getter/setter pair

The list of cancelable operations.

Implementation

@protected
List<CancelableOperation> cancelableOperations = [];