CodeCountryPhone constructor
CodeCountryPhone({})
Implementation
CodeCountryPhone({
required this.phoneCode,
required this.flag,
required this.name,
required this.codeValue,
required this.localName,
this.enableShortcutsThousands = true,
this.symbol = "\$",
});