``` var setterVisibility: String = "abc" priva...
# getting-started
c
Copy code
var setterVisibility: String = "abc"
    private set // the setter is private and has the default implementation