NP constant

Country const NP

Implementation

static const Country NP = Country(
  asset: "assets/flags/np_flag.png",
  dialingCode: "977",
  isoCode: "NP",
  name: "Nepal",
  currency: "Nepalese rupee",
  currencyISO: "NPR",
);