emailRegex property

RegExp emailRegex
getter/setter pair

Implementation

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