CustomerListDpcsResponse constructor

CustomerListDpcsResponse({
  1. List<Dpc>? dpcs,
})

Implementation

CustomerListDpcsResponse({
  this.dpcs,
});