Posts by Aiken • 13 points
1 post
-
1
votes1
answer1874
viewsQ: Use of getter and Setter on Dart
I can not understand the real need to use the Get/Set for the case below, which, even if I leave the variable commotion private, I could still modify it by using methods. class casa { int comodos =…