copyWith method
Implementation
WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertySchemaValidValue
copyWith({String? caption, String? value}) {
return WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertySchemaValidValue(
caption: caption ?? this.caption,
value: value ?? this.value,
);
}