regexNumeric top-level constant
String
const regexNumeric
Matches ASCII digits only.
Implementation
const String regexNumeric = r'^\d+$';
Matches ASCII digits only.
const String regexNumeric = r'^\d+$';