DestinationDeliveryAddress constructor

const DestinationDeliveryAddress({
  1. RecipientType? recipientType,
  2. LocalizedName? recipientName,
  3. List<NationalAddress>? nationalAddress,
})

Implementation

const DestinationDeliveryAddress({
  this.recipientType,
  this.recipientName,
  this.nationalAddress,
});