class User { constructor() { this.username; this.password; this.userId; } }