PH constant

Country const PH

Implementation

static const Country PH = Country(
  asset: "🇵🇭",
  dialingCode: "+63",
  isoCode: "PH",
  assetCircleFlag:Assets.flagPh,
  name: "Philippines",
  currency: "Philippine peso",
  currencyISO: "PHP",
);