filterNumberDecimalCommaDotSpace property

String filterNumberDecimalCommaDotSpace

Implementation

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