PH constant

Country const PH

Implementation

static const Country PH = Country(
  asset: "assets/flags/ph_flag.png",
  dialingCode: "63",
  isoCode: "PH",
  name: "Philippines",
  currency: "Philippine peso",
  currencyISO: "PHP",
);