dutyAmount property
int?
get
dutyAmount
Implementation
int? get dutyAmount => _$this._dutyAmount;
set
dutyAmount
(int? dutyAmount)
Implementation
set dutyAmount(int? dutyAmount) => _$this._dutyAmount = dutyAmount;