reEscapeChar top-level property

RegExp reEscapeChar
final

Used to match backslashes in property paths.

Implementation

final reEscapeChar = RegExp(r"\\(\\)?");