CancelException constructor

CancelException([
  1. String? message
])

Implementation

CancelException([
  super.message,
]);