WebApiModulesIntegrationsStorefrontProductDepartment constructor
const
WebApiModulesIntegrationsStorefrontProductDepartment({
- String? id,
- String? name,
- String? urlName,
- List<
WebApiModulesIntegrationsStorefrontProductCategory> ? categories,
Implementation
const WebApiModulesIntegrationsStorefrontProductDepartment({
this.id,
this.name,
this.urlName,
this.categories,
});