renderString abstract method

String renderString(
  1. dynamic values
)

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

String renderString(values);