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