render abstract method

void render(
  1. dynamic values,
  2. StringSink sink
)

values can be a combination of Map, List, String. Any non-String object will be converted using toString(). Null values will cause a TemplateException, unless lenient module is enabled.

Implementation

void render(values, StringSink sink);