emailRegExp property

RegExp emailRegExp
final

Implementation

static final emailRegExp = RegExp('^$emailLocal@$emailDomain\$');