INR constant
CurrencyType
const INR
Indian Rupee
Implementation
static const INR = CurrencyType(
currencyCode: "INR",
currencySymbol: "₹",
flag: "🇮🇳",
);
Indian Rupee
static const INR = CurrencyType(
currencyCode: "INR",
currencySymbol: "₹",
flag: "🇮🇳",
);