emailRegexPattern constant

String const emailRegexPattern

Implementation

static const emailRegexPattern =
    r'(mailto:)?[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}';