ChannelMediaInfo constructor

最近更新时间:2022-09-20 05:17:40

ChannelMediaInfo(
    String uid,
    {String channelName,
    String token}
)

Constructs a ChannelMediaInfo

Implementation

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