DepositResponse constructor Null safety

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
)

Implementation

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