WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertySchema constructor

const WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertySchema({
  1. String? group,
  2. String? caption,
  3. String? propertyName,
  4. WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertyDataTypes? dataType,
  5. String? description,
})

Implementation

const WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertySchema({
  this.group,
  this.caption,
  this.propertyName,
  this.dataType,
  this.description,
});