CountryOrRegion property
String?
get
CountryOrRegion
Implementation
String? get CountryOrRegion =>
this._propertyBag[_PhysicalAddressSchema.CountryOrRegion] as String?;
set
CountryOrRegion
(String? value)
Implementation
set CountryOrRegion(String? value) =>
this._propertyBag[_PhysicalAddressSchema.CountryOrRegion] = value;