value


Description:

public Result<string?,Error> value (string key)

Returns value for key from this context chain.

Parameters:

key

lookup key.

Returns:

Result.ok(value or null), or Result.error(ContextError.INVALID_ARGUMENT) when key is empty.