UG constant

Country const UG

Implementation

static const Country UG = Country(
  asset: "πŸ‡ΊπŸ‡¬",
  dialingCode: "+256",
  isoCode: "UG",
  assetCircleFlag:Assets.flagUg,
  name: "Uganda",
  currency: "Ugandan shilling",
  currencyISO: "UGX",
);