CG constant

Country const CG

Implementation

static const Country CG = Country(
  asset: "🇨🇬",
  dialingCode: "+242",
  isoCode: "CG",
  assetCircleFlag: Assets.flagCg,
  name: "Republic of the Congo",
  currency: "Congolese franc",
  currencyISO: "CDF",
);