isMobileSimple method

bool isMobileSimple()

是否手机号,只判断11位数字

Implementation

bool isMobileSimple() => _matches(RegexConst.mobleSimple);