contactnoteIdGet method

Future<Response<WebApiModulesAgentContactNoteContactNote>> contactnoteIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _contactnoteIdGet(id: id);
}