copyWith method

Implementation

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