get

abstract operator fun get(key: String): String?

Gets a value from the context property store. Also opens up [] operator access for getting values in Kotlin.

Return

The property value.

Parameters

key

The property key.