WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertySchemaValidValue constructor

const WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertySchemaValidValue({
  1. String? caption,
  2. String? value,
})

Implementation

const WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertySchemaValidValue({
  this.caption,
  this.value,
});