amounts property

ListBuilder<Amount> get amounts

Implementation

ListBuilder<Amount> get amounts => _$this._amounts ??= ListBuilder<Amount>();
set amounts (ListBuilder<Amount>? amounts)

Implementation

set amounts(ListBuilder<Amount>? amounts) => _$this._amounts = amounts;