emailChars top-level property

Iterable<string> get emailChars

Implementation

Iterable<string> get emailChars => [...alphaNumericChars, '@', '.', '_', '-'];