L1Info constructor

L1Info({
  1. bool? amountSuccess,
  2. String? depositAmount,
  3. bool? depositAmountSuccess,
  4. int? ethereumBlockNum,
  5. double? historicDepositAmountUSD,
  6. int? toForgeL1TransactionsNum,
  7. bool? userOrigin,
})

Implementation

L1Info(
    {this.amountSuccess,
    this.depositAmount,
    this.depositAmountSuccess,
    this.ethereumBlockNum,
    this.historicDepositAmountUSD,
    this.toForgeL1TransactionsNum,
    this.userOrigin});