signRegExp constant

String const signRegExp

签名验证正则表达式

Implementation

static const String signRegExp = r'^[a-zA-Z0-9_-]+$';