ProductVisibility constructor

ProductVisibility({
  1. String? productId,
  2. List<String>? trackIds,
  3. List<String>? tracks,
})

Implementation

ProductVisibility({
  this.productId,
  this.trackIds,
  this.tracks,
});