DestinationDeliveryAddress constructor
const
DestinationDeliveryAddress({
- RecipientType? recipientType,
- LocalizedName? recipientName,
- List<
NationalAddress> ? nationalAddress,
Implementation
const DestinationDeliveryAddress({
this.recipientType,
this.recipientName,
this.nationalAddress,
});