deepCopy method Null safety

ProductInfoViewConfiguration deepCopy()

Implementation

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