numericOnly property

String numericOnly
getter/setter pair

Numeric Only regex

Implementation

static String numericOnly = r'^\d+$';