CancellationException constructor

CancellationException([
  1. String? message
])

Creates an instance of CancellationException.

Implementation

CancellationException([this.message]);