AtTextElem constructor

AtTextElem({
  1. String? text,
  2. List<String>? atUserList,
  3. bool? isAtSelf,
  4. List<AtUserInfo>? atUsersInfo,
  5. Message? quoteMessage,
})

Implementation

AtTextElem({
  this.text,
  this.atUserList,
  this.isAtSelf,
  this.atUsersInfo,
  this.quoteMessage,
});