phoneRegex property

RegExp phoneRegex
getter/setter pair

Implementation

static RegExp phoneRegex =
    RegExp(r"^[\+]?[(]?[0-9]{3}[)]?[-\s\.]?[0-9]{3}[-\s\.]?[0-9]{4,6}$");