isPhoneNumber property
bool
get
isPhoneNumber
Discover if the String is a Phone Number
Implementation
bool get isPhoneNumber => GetUtils.isPhoneNumber(this);
Discover if the String is a Phone Number
bool get isPhoneNumber => GetUtils.isPhoneNumber(this);