CancelledException constructor

const CancelledException({
  1. String? cancellationReason,
})

Implementation

const CancelledException({this.cancellationReason});