isPhoneNumber property

bool get isPhoneNumber

检验字符串是否是手机号

Implementation

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