shopperCountry property

String? get shopperCountry

Implementation

String? get shopperCountry => _$this._shopperCountry;
set shopperCountry (String? shopperCountry)

Implementation

set shopperCountry(String? shopperCountry) =>
    _$this._shopperCountry = shopperCountry;