WebApiModulesHomeControlsPickListUtilityItemStartSessionResponse constructor

WebApiModulesHomeControlsPickListUtilityItemStartSessionResponse({
  1. String? sessionId,
  2. String? inventoryTypes,
  3. String? inventoryTypeIds,
  4. int? status,
  5. bool? success,
  6. String? msg,
})

Implementation

WebApiModulesHomeControlsPickListUtilityItemStartSessionResponse({
  this.sessionId,
  this.inventoryTypes,
  this.inventoryTypeIds,
  this.status,
  this.success,
  this.msg,
});