TTGet constructor

TTGet({
  1. required String soul,
  2. String? msgId,
  3. String? key,
  4. TTMsgCb? cb,
})

Implementation

TTGet({required this.soul, this.msgId, this.key, this.cb});