modificationAmount property
AmountBuilder
get
modificationAmount
Implementation
AmountBuilder get modificationAmount =>
_$this._modificationAmount ??= AmountBuilder();
set
modificationAmount
(AmountBuilder? modificationAmount)
Implementation
set modificationAmount(AmountBuilder? modificationAmount) =>
_$this._modificationAmount = modificationAmount;