disputedAmount property
AmountBuilder
get
disputedAmount
Implementation
AmountBuilder get disputedAmount =>
_$this._disputedAmount ??= AmountBuilder();
set
disputedAmount
(AmountBuilder? disputedAmount)
Implementation
set disputedAmount(AmountBuilder? disputedAmount) =>
_$this._disputedAmount = disputedAmount;