symbolRegex property

RegExp symbolRegex
final

A RegExp that can be used to extract the name of a symbol without reflection.

Implementation

static final RegExp symbolRegex = RegExp(r'Symbol\("([^"]+)"\)');