PhoneRegexValidator constructor

PhoneRegexValidator()

Implementation

PhoneRegexValidator() : super(regexSource: r'^[0-9]{10}$');