copyWith method

Implementation

WebApiModulesAgentDealNewHiatusPeriodRequest copyWith({String? dealId}) {
  return WebApiModulesAgentDealNewHiatusPeriodRequest(
      dealId: dealId ?? this.dealId);
}