deliveryAddressPeriodCountry property

String? get deliveryAddressPeriodCountry

Implementation

String? get deliveryAddressPeriodCountry =>
    _$this._deliveryAddressPeriodCountry;
set deliveryAddressPeriodCountry (String? deliveryAddressPeriodCountry)

Implementation

set deliveryAddressPeriodCountry(String? deliveryAddressPeriodCountry) =>
    _$this._deliveryAddressPeriodCountry = deliveryAddressPeriodCountry;