keepTrailingNewLine property

bool keepTrailingNewLine
final

Preserve the trailing newline when rendering templates. The default is false, which causes a single newline, if present, to be stripped from the end of the template.

Implementation

final bool keepTrailingNewLine;