Users constructor
Users({})
Implementation
Users(
{this.sId,
this.path,
this.userId,
this.roles,
this.permissions,
this.displayName,
this.description,
this.avatarFileId,
this.avatarCustomUrl,
this.flagCount,
this.metadata,
this.isGlobalBan,
this.createdAt,
this.updatedAt});