CancelledException constructor
CancelledException([
- String message = 'Operation cancelled'
Implementation
CancelledException([this.message = 'Operation cancelled']);
CancelledException([this.message = 'Operation cancelled']);