PromotedProductEvent constructor

PromotedProductEvent({
  1. required String productId,
})

Implementation

PromotedProductEvent({required this.productId});