WebApiModulesHomeControlsInventorySearchInventorySearchSaveNoteRequest constructor

const WebApiModulesHomeControlsInventorySearchInventorySearchSaveNoteRequest({
  1. String? sessionId,
  2. String? quikSearchId,
  3. String? note,
})

Implementation

const WebApiModulesHomeControlsInventorySearchInventorySearchSaveNoteRequest({
  this.sessionId,
  this.quikSearchId,
  this.note,
});