notNumbersRegex property
The regex expression of a numeric string value.
Implementation
static final RegExp notNumbersRegex = RegExp(r'[^0-9.]');
The regex expression of a numeric string value.
static final RegExp notNumbersRegex = RegExp(r'[^0-9.]');