DryRunOperationError<T extends OperationData> constructor

DryRunOperationError<T extends OperationData>(
  1. T? invalidOperationAttempt,
  2. String message
)

Implementation

DryRunOperationError(this.invalidOperationAttempt, this.message);