GB constant

Country const GB

Implementation

static const Country GB = Country(
  asset: "assets/flags/gb_flag.png",
  dialingCode: "44",
  isoCode: "GB",
  name: "United Kingdom",
  currency: "British pound",
  currencyISO: "GBP",
);