operationStateCancelled constant

OperationState const operationStateCancelled

The operation was cancelled by the user.

Implementation

static const operationStateCancelled = OperationState(
  'OPERATION_STATE_CANCELLED',
);