dealIdCopycontactsfromcustomerPost method

Future<Response<WebApiModulesAgentDealCopyContactsFromCustomerResponse>> dealIdCopycontactsfromcustomerPost({
  1. required String? id,
})

@param id

Implementation

Future<
  chopper.Response<WebApiModulesAgentDealCopyContactsFromCustomerResponse>
>
dealIdCopycontactsfromcustomerPost({required String? id}) {
  generatedMapping.putIfAbsent(
    WebApiModulesAgentDealCopyContactsFromCustomerResponse,
    () => WebApiModulesAgentDealCopyContactsFromCustomerResponse
        .fromJsonFactory,
  );

  return _dealIdCopycontactsfromcustomerPost(id: id);
}