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