amountNoSymbol top-level property

RegExp amountNoSymbol
final

Implementation

final RegExp amountNoSymbol = RegExp(
  "[^0-9.]+",
);