Subscriptions constructor

Subscriptions({
  1. List<SubscribedChannel>? channels,
})

Implementation

Subscriptions({this.channels});