regexPositiveNumber constant

String const regexPositiveNumber

正数

Implementation

static const String regexPositiveNumber = r'^(\+)?\d+?$';