dealnoteIdPut method
Future<Response<WebApiModulesAgentDealNoteDealNote> >
dealnoteIdPut({
- required String? id,
- required WebApiModulesAgentDealNoteDealNote? body,
@param id
Implementation
Future<chopper.Response<WebApiModulesAgentDealNoteDealNote>> dealnoteIdPut({
required String? id,
required WebApiModulesAgentDealNoteDealNote? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesAgentDealNoteDealNote,
() => WebApiModulesAgentDealNoteDealNote.fromJsonFactory,
);
return _dealnoteIdPut(id: id, body: body);
}