taxAmount property
int?
get
taxAmount
Implementation
int? get taxAmount => _$this._taxAmount;
set
taxAmount
(int? taxAmount)
Implementation
set taxAmount(int? taxAmount) => _$this._taxAmount = taxAmount;