TTPut constructor
TTPut({
- required TTGraphData graph,
- String? msgId,
- String? replyTo,
- TTMsgCb? cb,
Implementation
TTPut({required this.graph, this.msgId, this.replyTo, this.cb});