filterNumberDecimalComma property

String filterNumberDecimalComma

Implementation

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