ProductFeedData constructor
ProductFeedData({
- bool? isFeedDisabled,
- List<
ProductMatchDimension> ? productMatchDimensions, - String? productMatchType,
Implementation
ProductFeedData({
this.isFeedDisabled,
this.productMatchDimensions,
this.productMatchType,
});