ChannelItemInfo constructor

ChannelItemInfo(
  1. int type,
  2. String channelName,
  3. String platformName,
  4. int cost, {
  5. String invokeStackStr = "",
  6. String methodName = "",
})

Implementation

ChannelItemInfo(
  this.type,
  this.channelName,
  this.platformName,
  this.cost, {
  this.invokeStackStr = "",
  this.methodName = "",
});