540grunkspin
10/19/2017, 8:40 AMdata class Data(var value) { // Here i want to add a setter for value. }
I know that you can change the name of value to something like _value but this sort of messes up stuff if you want to have named arguments in the constructor and such.