SubscribedChannel constructor

SubscribedChannel({
  1. String? name,
  2. List<String>? productIds,
})

Implementation

SubscribedChannel({
  this.name,
  this.productIds,
});