TTMsg constructor

TTMsg({
  1. String? key,
  2. String? pos,
  3. TTGraphData? put,
  4. TTMsgGet? get,
  5. bool? ack,
  6. dynamic err,
  7. dynamic ok,
})

Implementation

TTMsg({this.key, this.pos, this.put, this.get, this.ack, this.err, this.ok});