defaultCountryCode constant
CountryCode
const defaultCountryCode
Implementation
static const CountryCode defaultCountryCode = CountryCode(
code: "US",
dialCode: "+1",
name: "United States"
);