escapeCharacterStart property

  1. @override
String escapeCharacterStart
override

a single character that marked the start of escape in strings.

Implementation

@override
String get escapeCharacterStart => r'\';