number constant

String const number

只有数字的正则表达式(没有空格和符号)

Implementation

static const String number = r'^\d+$';