INR constant

CurrencyType const INR

Indian Rupee

Implementation

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