decimal property

RegExp decimal
final

Decimal number (for currency parsing)

Implementation

static final RegExp decimal = RegExp(r'[0-9]+\.?[0-9]*');