CountryPicked constructor

CountryPicked({
  1. String? countryName,
  2. String? countryExtension,
  3. String? countryCode,
})

Implementation

CountryPicked({
  this.countryName,
  this.countryExtension,
  this.countryCode,
});