ChannelModel.error constructor
ChannelModel.error({})
Implementation
ChannelModel.error({
required this.channelName,
this.methodName = '',
this.arguments = '',
this.type = -1,
}) : sendTimestamp = DateTime.now().millisecondsSinceEpoch;