WebApiModulesInventoryInventoryReceiptIsUserPropsWardrobeResponse constructor

WebApiModulesInventoryInventoryReceiptIsUserPropsWardrobeResponse({
  1. bool? isProps,
  2. bool? isWardrobe,
})

Implementation

WebApiModulesInventoryInventoryReceiptIsUserPropsWardrobeResponse({
  this.isProps,
  this.isWardrobe,
});