maxAmount property
AmountBuilder
get
maxAmount
Implementation
AmountBuilder get maxAmount => _$this._maxAmount ??= AmountBuilder();
set
maxAmount
(AmountBuilder? maxAmount)
Implementation
set maxAmount(AmountBuilder? maxAmount) => _$this._maxAmount = maxAmount;