OperationCanceledException constructor
const
OperationCanceledException([
- String? message
Implementation
const OperationCanceledException([String? message])
: super(
failureReason: "operationCanceled",
message: message,
);