ChannelMediaInfo constructor

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

Constructs a ChannelMediaInfo

Implementation

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