isPhoneNumber property

bool isPhoneNumber

Discover if the String is a Phone Number

Implementation

bool get isPhoneNumber => GetUtils.isPhoneNumber(this);