simplePhoneRegex property

RegExp simplePhoneRegex
getter/setter pair

Implementation

static RegExp simplePhoneRegex = RegExp(r"^[0-9]{11}$");