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