ApiUserRoomResponse constructor
ApiUserRoomResponse({})
Implementation
ApiUserRoomResponse({
this.id,
this.avatar,
this.username,
this.nickName,
this.displayName,
this.isOnline,
this.defautlStatus,
this.roles,
});