WebApiModulesIntegrationsStorefrontWebCatalogResponseField constructor

const WebApiModulesIntegrationsStorefrontWebCatalogResponseField({
  1. String? value,
  2. String? text,
  3. bool? selected,
})

Implementation

const WebApiModulesIntegrationsStorefrontWebCatalogResponseField({
  this.value,
  this.text,
  this.selected,
});