setValue
Lets us declare a var for the value of this property. e.g.
val testProperty : ObservableValue = ...
val test by testProperty Content copied to clipboard
Note. ObservableValue has the corresponding getValue delegate operator.
Lets us declare a var for the value of this property. e.g.
val testProperty : ObservableValue = ...
val test by testProperty Note. ObservableValue has the corresponding getValue delegate operator.