You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add a method to only add getters? I use the constructor instead of setters most of the time to preserve encapsulation and it would help me if I shouldn't have to remove the setters all the time.