UserCountry constructor

UserCountry({
  1. String? countryCode,
  2. String? countryName,
})

Implementation

UserCountry({this.countryCode, this.countryName});