TaxLine constructor
TaxLine({
- double? amount,
- required String detailType,
- required TaxLineDetail taxLineDetail,
Implementation
TaxLine({
this.amount, required this.detailType, required this.taxLineDetail
});