deepCopy method
Implementation
ProductInfoViewConfiguration deepCopy() => ProductInfoViewConfiguration(
ctaButton: ctaButton?.deepCopy(),
linkButton: linkButton?.deepCopy(),
productCard: productCard?.deepCopy(),
);
ProductInfoViewConfiguration deepCopy() => ProductInfoViewConfiguration(
ctaButton: ctaButton?.deepCopy(),
linkButton: linkButton?.deepCopy(),
productCard: productCard?.deepCopy(),
);