filterNumberDecimalCommaDot property

String filterNumberDecimalCommaDot

Implementation

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