filterNumber property

String filterNumber

Implementation

String get filterNumber => this.replaceAll(RegExp(r"[^0-9]"), "");