phoneRegExp property

RegExp phoneRegExp
final

Implementation

static final RegExp phoneRegExp = RegExp(r'^\d{7,15}$');