CancelException constructor

CancelException([
  1. String? message
])

Implementation

CancelException([String? message]) : super(message);