randcodeRegExp constant

String const randcodeRegExp

验证码正则表达式

Implementation

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