amount property

AmountBuilder get amount

Implementation

AmountBuilder get amount => _$this._amount ??= AmountBuilder();
set amount (AmountBuilder? amount)

Implementation

set amount(AmountBuilder? amount) => _$this._amount = amount;