ProductFeedData constructor

ProductFeedData({
  1. bool? isFeedDisabled,
  2. List<ProductMatchDimension>? productMatchDimensions,
  3. String? productMatchType,
})

Implementation

ProductFeedData({
  this.isFeedDisabled,
  this.productMatchDimensions,
  this.productMatchType,
});