escapePattern top-level constant
String
const escapePattern
Characters that will be escapes.
Implementation
const escapePattern = r"'\r\n\\\t\b\f\u0000";
Characters that will be escapes.
const escapePattern = r"'\r\n\\\t\b\f\u0000";