OfferImpression constructor

const OfferImpression({
  1. Key? key,
  2. required Widget child,
  3. String? productId,
  4. int? variantId,
  5. String? flowType,
})

Implementation

const OfferImpression({super.key, required this.child, this.productId, this.variantId, this.flowType});