defaultAtSignRegExp property

RegExp defaultAtSignRegExp
final

Implementation

static final defaultAtSignRegExp = RegExp(
  '(?!\\n)(?:^|\\s)([@]([$_regExp]+))',
  multiLine: true,
);