numberString method

String numberString()

Implementation

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