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
Adding constructors to interfaces is generally discouraged because of the hairy issues that it can cause. In this case it has already caused issues with subtypes that need more / other constructor arguments than the interface describes.
Adding constructors to interfaces is generally discouraged because of the hairy issues that it can cause. In this case it has already caused issues with subtypes that need more / other constructor arguments than the interface describes.