currentFunds property
AmountBuilder
get
currentFunds
Implementation
AmountBuilder get currentFunds => _$this._currentFunds ??= AmountBuilder();
set
currentFunds
(AmountBuilder? currentFunds)
Implementation
set currentFunds(AmountBuilder? currentFunds) =>
_$this._currentFunds = currentFunds;