deepCopy method

ProductCardPriceConfiguration deepCopy()

Implementation

ProductCardPriceConfiguration deepCopy() => ProductCardPriceConfiguration(
      // ignore: deprecated_member_use_from_same_package
      isHidden: isHidden,
      axis: axis,
      priceLabel: priceLabel?.deepCopy(),
      originalPriceLabel: originalPriceLabel?.deepCopy(),
      isPriceFirst: isPriceFirst,
    );