toUnFormattedInt method

int toUnFormattedInt()

Implementation

int toUnFormattedInt() =>
    int.tryParse(replaceAll(RegExp(r'[^\d.]'), '')) ?? 0;