WebApiModulesHomeControlsDealNoteDealNote constructor

WebApiModulesHomeControlsDealNoteDealNote({
  1. String? dealNoteId,
  2. String? dealId,
  3. String? noteDate,
  4. String? notesById,
  5. String? notesBy,
  6. String? description,
  7. String? notes,
  8. bool? notify,
  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

WebApiModulesHomeControlsDealNoteDealNote({
  this.dealNoteId,
  this.dealId,
  this.noteDate,
  this.notesById,
  this.notesBy,
  this.description,
  this.notes,
  this.notify,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});