convertedAmount property

ConvertedAmountBuilder get convertedAmount

Implementation

ConvertedAmountBuilder get convertedAmount =>
    _$this._convertedAmount ??= ConvertedAmountBuilder();
set convertedAmount (ConvertedAmountBuilder? convertedAmount)

Implementation

set convertedAmount(ConvertedAmountBuilder? convertedAmount) =>
    _$this._convertedAmount = convertedAmount;