copyWithWrapped method
Implementation
WebApiModulesAgentPurchaseOrderReceiveContractResponse copyWithWrapped({
Wrapped<String?>? contractId,
}) {
return WebApiModulesAgentPurchaseOrderReceiveContractResponse(
contractId: (contractId != null ? contractId.value : this.contractId),
);
}