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