TTPut constructor

TTPut({
  1. required TTGraphData graph,
  2. String? msgId,
  3. String? replyTo,
  4. TTMsgCb? cb,
})

Implementation

TTPut({required this.graph, this.msgId, this.replyTo, this.cb});