AtUserInfo constructor

AtUserInfo({
  1. String? atUserID,
  2. String? groupNickname,
})

Implementation

AtUserInfo({this.atUserID, this.groupNickname});