getValue

@NotNull
open fun getValue(): T

Returns the value if it was set using the setValue function.

Return

The reference that was set.

Throws

If the value was not set.