Billing constructor

Billing({
  1. List<BillingDestination>? consumerDestinations,
})

Implementation

Billing({
  this.consumerDestinations,
});