totalAmount property

Implementation

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

Implementation

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