CancelledException constructor

CancelledException([
  1. String message = 'Operation was cancelled.'
])

Implementation

CancelledException([this.message = 'Operation was cancelled.']);