GH constant

Country const GH

Implementation

static const Country GH = Country(
  asset: "🇬🇭",
  dialingCode: "+233",
  isoCode: "GH",
  assetCircleFlag:Assets.flagGh,
  name: "Ghana",
  currency: "Ghanaian cedi",
  currencyISO: "GHS",
);