WebApiModulesIntegrationsStorefrontProductDepartment constructor

const WebApiModulesIntegrationsStorefrontProductDepartment({
  1. String? id,
  2. String? name,
  3. String? urlName,
  4. List<WebApiModulesIntegrationsStorefrontProductCategory>? categories,
})

Implementation

const WebApiModulesIntegrationsStorefrontProductDepartment({
  this.id,
  this.name,
  this.urlName,
  this.categories,
});