OperationCanceledException constructor
OperationCanceledException({
- String? message = 'The operation was canceled.',
- Exception? innerException,
- StackTrace? stackTrace,
- CancellationToken? cancellationToken,
Implementation
OperationCanceledException({
super.message = 'The operation was canceled.',
super.innerException,
super.stackTrace,
this.cancellationToken,
});