email property

String email
getter/setter pair

Implementation

static String email = r'^[\w\.-]+@[a-zA-Z\d\.-]+\.[a-zA-Z]{2,}$';