TTMsg constructor
TTMsg({
- String? key,
- String? pos,
- TTGraphData? put,
- TTMsgGet? get,
- bool? ack,
- dynamic err,
- dynamic ok,
Implementation
TTMsg({this.key, this.pos, this.put, this.get, this.ack, this.err, this.ok});