country property

Implementation

AccountVerificationCountry? get country => _$this._country;
set country (AccountVerificationCountry? country)

Implementation

set country(AccountVerificationCountry? country) => _$this._country = country;