Closed JasCodes closed 2 years ago
How come private variable _redirect and _routes are accessible?
Private fields are intended to be visible outside of the class in which they are declared. They are private to the library in which they are declared. See the explanation in the Language Tour.
Lol thanks!!
Hi @lucavenir
How come private variable _redirect and _routes are accessible?
Thanks Jas