WebApiModulesHomeControlsPickListUtilityItemCompleteSessionRequest constructor

WebApiModulesHomeControlsPickListUtilityItemCompleteSessionRequest({
  1. String? sessionId,
  2. String? notes,
})

Implementation

WebApiModulesHomeControlsPickListUtilityItemCompleteSessionRequest({
  this.sessionId,
  this.notes,
});