Why dart doesn’t have protected access specifier?can anyone give me the real life use of not having it on dart?
nimzowiz25Beginner
Why dart doesn’t have protected access specifier?can anyone give me the real life use of not having it on dart?
Share
according to this
there is @protected annotation in meta packages
Here is an annotation for the protected keyword on dart: CLICK HERE
I have no idea why they don’t make protected access specifiers but I think It’s all about developer choice.