WebApiModulesHomeControlsPickListUtilityItemCompleteSessionResponse constructor

WebApiModulesHomeControlsPickListUtilityItemCompleteSessionResponse({
  1. String? pickListId,
  2. String? pickListNumber,
  3. int? status,
  4. bool? success,
  5. String? msg,
})

Implementation

WebApiModulesHomeControlsPickListUtilityItemCompleteSessionResponse({
  this.pickListId,
  this.pickListNumber,
  this.status,
  this.success,
  this.msg,
});