CancellationException constructor

const CancellationException([
  1. String? operationId
])

Exception thrown when an operation is cancelled before completion.

Implementation

const CancellationException([this.operationId]);