CollectionFeaturedProduct constructor

CollectionFeaturedProduct({
  1. String? offerId,
  2. double? x,
  3. double? y,
})

Implementation

CollectionFeaturedProduct({this.offerId, this.x, this.y});