inr constant

Currency const inr

Implementation

static const inr = Currency(
  code: 'INR',
  symbol: '₹',
  name: 'Indian Rupee',
  decimals: 2,
);