copyWith method
Implementation
WebApiModulesAgentPurchaseOrderReceiveContractResponse copyWith(
{String? contractId}) {
return WebApiModulesAgentPurchaseOrderReceiveContractResponse(
contractId: contractId ?? this.contractId);
}
WebApiModulesAgentPurchaseOrderReceiveContractResponse copyWith(
{String? contractId}) {
return WebApiModulesAgentPurchaseOrderReceiveContractResponse(
contractId: contractId ?? this.contractId);
}