LiveUserInfo constructor

LiveUserInfo({
  1. String userID = '',
  2. String userName = '',
  3. String avatarURL = '',
})

Implementation

LiveUserInfo({
  this.userID = '',
  this.userName = '',
  this.avatarURL = '',
});