filterNumberDecimal property

String filterNumberDecimal

Implementation

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