of

fun of(vararg pairs: Pair<String, Any?>): FeelContext

Create context from variable pairs.

Example:

val ctx = FeelContext.of("x" to 10, "y" to 20)