stripeCurrencySymbol property

String? get stripeCurrencySymbol

Implementation

String? get stripeCurrencySymbol =>
    isNotNullOrEmpty ? this?.replaceAll("₹", "").replaceAll(",", "") : "";