PL constant

Country const PL

Implementation

static const Country PL = Country(
  asset: "assets/flags/pl_flag.png",
  dialingCode: "48",
  isoCode: "PL",
  name: "Poland",
  currency: "Polish zloty",
  currencyISO: "PLN",
);