EscapeHtmlSyntax constructor

EscapeHtmlSyntax([
  1. String pattern = '["<>&]'
])

Implementation

EscapeHtmlSyntax([super.pattern = '["<>&]']);