UG constant

Country const UG

Implementation

static const Country UG = Country(
  asset: "assets/flags/ug_flag.png",
  dialingCode: "256",
  isoCode: "UG",
  name: "Uganda",
  currency: "Ugandan shilling",
  currencyISO: "UGX",
);