remainingAmount property
AmountBuilder
get
remainingAmount
Implementation
AmountBuilder get remainingAmount =>
_$this._remainingAmount ??= AmountBuilder();
set
remainingAmount
(AmountBuilder? remainingAmount)
Implementation
set remainingAmount(AmountBuilder? remainingAmount) =>
_$this._remainingAmount = remainingAmount;