emailReg top-level property

RegExp emailReg
final

A compiled RegExp object for validating email addresses using emailRegStr.

Implementation

final RegExp emailReg = RegExp(emailRegStr);