buy property

AmountBuilder get buy

Implementation

AmountBuilder get buy => _$this._buy ??= AmountBuilder();
set buy (AmountBuilder? buy)

Implementation

set buy(AmountBuilder? buy) => _$this._buy = buy;