DryRunOperationError<T extends OperationData> constructor
DryRunOperationError<T extends OperationData> (
- T? invalidOperationAttempt,
- String message
Implementation
DryRunOperationError(this.invalidOperationAttempt, this.message);