getEvaluatorContext method
Returns a Map with the evaluation context used when sanitizing properties of a NodeSpec. Used to resolve properties that use placeholders as values, like "${state.firstName}" or "${env.api_uri}".
Implementation
Map getEvaluatorContext(Object? value, Map state, Map? specContext) =>
Lowder.properties.getEvaluatorContext(value, state, specContext);