WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertySchema.fromJson constructor

WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertySchema.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertySchema.fromJson(
  Map<String, dynamic> json,
) =>
    _$WebApiModulesIntegrationsStorefrontStorefrontSettingsPropertySchemaFromJson(
      json,
    );