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