SG constant

Country const SG

Implementation

static const Country SG = Country(
  asset: "assets/flags/sg_flag.png",
  dialingCode: "65",
  isoCode: "SG",
  name: "Singapore",
  currency: "Singapore dollar",
  currencyISO: "SGD",
);