menu
brick_build package
documentation
generators.dart
StringHelpers
escape static method
escape static method
dark_mode
light_mode
escape
static method
String
escape
(
String
contents
)
Implementation
static String escape(String contents) => _EscapedDartString(contents).toString();
brick_build package
documentation
generators
StringHelpers
escape static method
StringHelpers class