email property

RegExp email
final

Implementation

static final email = RegExp(r'^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$');