ChannelInfo constructor

ChannelInfo(
  1. String channelName,
  2. String method,
  3. dynamic arguments,
  4. int type,
)

Implementation

ChannelInfo(this.channelName, this.method, this.arguments, this.type)
  : startTimestamp = DateTime.now().millisecondsSinceEpoch;