isPhone property
bool
get
isPhone
Returns true if this string is a valid phone number
Implementation
bool get isPhone {
return _isPhone(this);
}
Returns true if this string is a valid phone number
bool get isPhone {
return _isPhone(this);
}