totalTaxAmount property
int?
get
totalTaxAmount
Implementation
int? get totalTaxAmount => _$this._totalTaxAmount;
set
totalTaxAmount
(int? totalTaxAmount)
Implementation
set totalTaxAmount(int? totalTaxAmount) =>
_$this._totalTaxAmount = totalTaxAmount;