dealnoteIdGet method

Future<Response<WebApiModulesAgentDealNoteDealNote>> dealnoteIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _dealnoteIdGet(id: id);
}