taxTotal property

TaxTotalBuilder get taxTotal

Implementation

TaxTotalBuilder get taxTotal => _$this._taxTotal ??= TaxTotalBuilder();
set taxTotal (TaxTotalBuilder? taxTotal)

Implementation

set taxTotal(TaxTotalBuilder? taxTotal) => _$this._taxTotal = taxTotal;