get

expect abstract fun get(): V(source)

Returns the current value of the property.

actual abstract fun get(): V(source)

Returns the current value of the property.

actual abstract fun get(): V

Returns the current value of the property.

actual abstract fun get(): V