jpy constant

Currency const jpy

Implementation

static const jpy = Currency(
  code: 'JPY',
  symbol: '¥',
  name: 'Japanese Yen',
  decimals: 0,
);