totalAmount property

AmountBuilder get totalAmount

Implementation

AmountBuilder get totalAmount => _$this._totalAmount ??= AmountBuilder();
set totalAmount (AmountBuilder? totalAmount)

Implementation

set totalAmount(AmountBuilder? totalAmount) =>
    _$this._totalAmount = totalAmount;