isMobileExact method

bool isMobileExact()

是否是手机号,精确验证

Implementation

bool isMobileExact() => _matches(RegexConst.mobileExact);