PreviewConversionEntity class

Implementers

Constructors

PreviewConversionEntity.new({num? convertedAmount, num? totalAmount, num? feeInUSD, num? feeInToCurrency, num? feeInFromCurrency, num? conversionFeeInUSD, num? conversionFeeInToCurrency, num? conversionFeeInFromCurrency, num? fromRate, num? toRate, num? intermediateUSDAmount})

Properties

conversionFeeInFromCurrency num?
final
conversionFeeInToCurrency num?
final
conversionFeeInUSD num?
final
convertedAmount num?
final
feeInFromCurrency num?
final
feeInToCurrency num?
final
feeInUSD num?
final
fromRate num?
final
hashCode int
The hash code for this object.
no setterinherited
intermediateUSDAmount num?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toRate num?
final
totalAmount num?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited