✅ Make set accessor of inherited prop private
I have the following interface:
since methods in an interface can not be private, but I want the setter to be private I get
Is there a way to make the setter private?
since methods in an interface can not be private, but I want the setter to be private I get
CS0277 when trying this: Is there a way to make the setter private?