kisMobile method

bool kisMobile()

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

Implementation

bool kisMobile() => matches(_RegexConst.mobleSimple);