Also, in this case you’ll probably actually want t...
# getting-started
o
Also, in this case you’ll probably actually want to read it:
Copy code
set(value) {
            if (field != value)  {
               field = value
               invalidate()
            }
        }
📣 1