get

@Nullable
abstract fun get(@NotNull key: String): String

Gets a value from the context property store.

Return

The property value.

Parameters

key

The property key.