projectnoteIdGet method

Future<Response<WebApiModulesAgentProjectNoteProjectNote>> projectnoteIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _projectnoteIdGet(id: id);
}