numberString method

String numberString()

Implementation

String numberString() => replaceAll(RegExp("[^0-9]"), "");