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