ProductMultiplePutBody constructor

ProductMultiplePutBody({
  1. String? storeId,
  2. List<ProductDetailBody>? products,
})

Implementation

ProductMultiplePutBody({
  this.storeId,
  this.products,
});