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