wrapToValue

fun wrapToValue(value: Any): Value

Wrap the Any Kotlin type to Value class to be consumed by native renderer.

Return

the Value class.

Parameters

value

the value to be wrapped.