numericOnlyWithDecimal method

String numericOnlyWithDecimal()

Implementation

String numericOnlyWithDecimal() => replaceAll(RegExp(r'[^0-9.]'), '');