numberString method

String numberString()

Implementation

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