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