regexMobileSimple constant
String
const regexMobileSimple
Regex of simple mobile.
Implementation
static const String regexMobileSimple = '^[1]\\d{10}\$';
Regex of simple mobile.
static const String regexMobileSimple = '^[1]\\d{10}\$';