ItemUser constructor
ItemUser({})
Implementation
ItemUser({
this.userId = '',
this.description = '',
this.userName = '',
this.surName = '',
this.nickName = '',
this.avatar = '',
this.onlineStatus = 0,
this.isAdmin = false,
this.name = '',
});