WebApiModulesIntegrationsStorefrontStorefrontTranslatedText constructor

const WebApiModulesIntegrationsStorefrontStorefrontTranslatedText({
  1. String? en,
  2. String? es,
  3. String? fr,
})

Implementation

const WebApiModulesIntegrationsStorefrontStorefrontTranslatedText({
  this.en,
  this.es,
  this.fr,
});