BuyerDto constructor
- {String? customerNumber,
- String? name,
- String? taxNumber,
- BuyerAddressDto? address}
Implementation
BuyerDto({
this.customerNumber,
this.name,
this.taxNumber,
this.address,
});
BuyerDto({
this.customerNumber,
this.name,
this.taxNumber,
this.address,
});