PreviewConversionEntity constructor
PreviewConversionEntity({})
Implementation
PreviewConversionEntity({
this.convertedAmount,
this.totalAmount,
this.feeInUSD,
this.feeInToCurrency,
this.feeInFromCurrency,
this.conversionFeeInUSD,
this.conversionFeeInToCurrency,
this.conversionFeeInFromCurrency,
this.fromRate,
this.toRate,
this.intermediateUSDAmount,
});