WebApiModulesIntegrationsStorefrontLocationModel constructor

const WebApiModulesIntegrationsStorefrontLocationModel({
  1. String? locationId,
  2. String? location,
  3. String? warehouseId,
  4. String? warehouse,
})

Implementation

const WebApiModulesIntegrationsStorefrontLocationModel({
  this.locationId,
  this.location,
  this.warehouseId,
  this.warehouse,
});