renderSource abstract method

String renderSource(
  1. String source, {
  2. Object? value,
})

Evaluate the string as a mustache template using the current context. If provided, value will be added to the top of the context's stack.

Implementation

String renderSource(String source, {Object? value});