UserCountrySet constructor

UserCountrySet({
  1. List<String>? countryCodes,
  2. String? name,
})

Implementation

UserCountrySet({
  this.countryCodes,
  this.name,
});