getState

fun getState(): T(source)

Retrieves the current value of the observable property.

This function delegates to the underlying state's getValue method.

Return

The current value of type T.