Data constructor
Data({})
Implementation
Data({
this.id,
this.email,
this.address,
this.reference,
this.expectedAmountInUSD,
this.expectedAmountInCrypto,
this.feeInCrypto,
this.feeInUSD,
this.expectedAmountWithFeeInCrypto,
this.crypto,
this.baseFiat,
this.baseFiatToUSDRate,
this.usdToCryptoRate,
});