WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertySchema constructor
const
WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertySchema({
- String? group,
- String? caption,
- String? propertyName,
- WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertyDataTypes? dataType,
- String? description,
Implementation
const WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertySchema({
this.group,
this.caption,
this.propertyName,
this.dataType,
this.description,
});