DepositResponse constructor

DepositResponse(
  1. String? how,
  2. String? id,
  3. int? eta,
  4. double? minAmount,
  5. double? maxAmount,
  6. double? feeFixed,
  7. double? feePercent,
  8. ExtraInfo? extraInfo,
  9. Map<String, DepositInstruction>? instructions,
)

Implementation

DepositResponse(this.how, this.id, this.eta, this.minAmount, this.maxAmount,
    this.feeFixed, this.feePercent, this.extraInfo, this.instructions);