WebApiModulesIntegrationsStorefrontStorefrontTranslatedText.fromJson constructor

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

Implementation

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