contactnoteIdGet method

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

@param id

Implementation

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

  return _contactnoteIdGet(id: id);
}