escapeSlash property Null safety

bool escapeSlash
final

Whether to escape "/" (forward slash, solidus).

Escaping a slash is recommended to avoid cross-site scripting attacks by the Open Web Application Security Project

Implementation

final bool escapeSlash;