escape property

EscapeHandler? escape
final

The escape handler that is called after interpolating and formatting a variable only if escapeValue is enabled.

By default will escape XML tags.

Implementation

final EscapeHandler? escape;