value

open val value: T(source)

The current value of this KVal, this can be read but not modified - but it may change if this KVal was created by mapping another KVal or using KVal.map. If you want to modify this value then you should be using a KVar instead.