toCompose

open override fun toCompose(): String(source)

Provides a way to get the canonical string representation of the ComposeType implementation.

In case the conversion is not possible or does not make sense, the function should return a null value.

This can be used when generating the compose code using this object.

Return

the Compose Property translation, or null in case of failure to translate the value.