numericOnlyRgx constant

String const numericOnlyRgx

Implementation

static const numericOnlyRgx = r'[^0-9]';