baseAmount property
AmountBuilder
get
baseAmount
Implementation
AmountBuilder get baseAmount => _$this._baseAmount ??= AmountBuilder();
set
baseAmount
(AmountBuilder? baseAmount)
Implementation
set baseAmount(AmountBuilder? baseAmount) => _$this._baseAmount = baseAmount;