TimPushExtInfo constructor

TimPushExtInfo({
  1. String? userID,
  2. String? groupID,
})

Implementation

TimPushExtInfo({this.userID, this.groupID});