userNameRegExp top-level property

RegExp userNameRegExp
final

Implementation

final userNameRegExp = RegExp(
  r'@\S+:\S+.\S+$',
  unicode: true,
  caseSensitive: false,
);