identRegExp constant

String const identRegExp

ID验证正则表达式

Implementation

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