PatchbayInvocationCancellationResult constructor
const
PatchbayInvocationCancellationResult({
- required String command,
- required String requestId,
- required PatchbayInvocationCancellationOutcome outcome,
- PatchbayInvocationCancellationReason? reason,
- PatchbayInvocationConfirmationState? confirmation,
Implementation
const PatchbayInvocationCancellationResult({
required this.command,
required this.requestId,
required this.outcome,
this.reason,
this.confirmation,
});