getValue

operator fun String.getValue(thisRef: StringMap, property: KProperty<*>): String?(source)

Simplifies property access delegation for string maps when using a string constant.

Report a problem


operator fun <T> SerializedMapValue<T>.getValue(thisRef: StringMap, property: KProperty<*>): T?(source)

Simplifies property access delegation for HxAttributes when setting attribute values from a string constant.

Report a problem