$OrderAddress constructor
$OrderAddress({})
Implementation
$OrderAddress({
this.country,
this.fullAddress,
this.isPostOfficeBox,
this.locality,
this.postalCode,
this.recipientName,
this.region,
this.streetAddress,
});