WebApiModulesHomeControlsProjectNoteProjectNote constructor

WebApiModulesHomeControlsProjectNoteProjectNote({
  1. String? projectNoteId,
  2. String? projectId,
  3. String? noteDate,
  4. String? userId,
  5. String? notesDescription,
  6. bool? printOnProject,
  7. String? userName,
  8. String? notes,
  9. String? dateStamp,
  10. String? auditNote,
  11. String? recordTitle,
  12. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  13. List<FwStandardDataFwCustomValue>? custom,
  14. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  15. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsProjectNoteProjectNote({
  this.projectNoteId,
  this.projectId,
  this.noteDate,
  this.userId,
  this.notesDescription,
  this.printOnProject,
  this.userName,
  this.notes,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});