isPhoneNumber property

bool isPhoneNumber

Is this String a phone number?

Implementation

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