emailRegExpPattern constant

String const emailRegExpPattern

Implementation

static const emailRegExpPattern = r'[^@\s]+@([^@\s]+\.)+[^@\W]+';