billingAddressPeriodCountry property
String?
get
billingAddressPeriodCountry
Implementation
String? get billingAddressPeriodCountry =>
_$this._billingAddressPeriodCountry;
set
billingAddressPeriodCountry
(String? billingAddressPeriodCountry)
Implementation
set billingAddressPeriodCountry(String? billingAddressPeriodCountry) =>
_$this._billingAddressPeriodCountry = billingAddressPeriodCountry;