phoneRegExp constant

String const phoneRegExp

手机号验证正则表达式

Implementation

static const String phoneRegExp = r'^[0-9]+$';