UserChannel constructor

UserChannel({
  1. String? cometServer,
  2. String? channelName,
})

Implementation

UserChannel({this.cometServer, this.channelName});