CancellationException constructor

const CancellationException([
  1. String message = 'Cancelled'
])

Implementation

@pragma("vm:entry-point")
const CancellationException([this.message = 'Cancelled']);