toUnFormattedString method

String toUnFormattedString()

Implementation

String toUnFormattedString() => replaceAll(RegExp(r'[^\d.]'), '');