TencentResp constructor

const TencentResp({
  1. required int ret,
  2. String? msg,
})

Implementation

const TencentResp({
  required this.ret,
  this.msg,
});