ChannelMediaInfo constructor

ChannelMediaInfo(
  1. String channelName,
  2. int uid,
  3. String? token
)

Constructs a ChannelMediaInfo

Implementation

ChannelMediaInfo(
  this.channelName,
  this.uid,
  this.token,
);