CancelException constructor

const CancelException({
  1. String? message,
  2. Object? innerException,
})

Implementation

const CancelException({
  this.message,
  this.innerException,
});