Exit constructor

Exit({
  1. int? batchNum,
  2. String? accountIndex,
  3. int? itemId,
  4. MerkleProof? merkleProof,
  5. String? balance,
  6. int? instantWithdraw,
  7. int? delayedWithdrawRequest,
  8. int? delayedWithdraw,
  9. Token? token,
  10. String? bjj,
  11. String? hezEthereumAddress,
})

Implementation

Exit(
    {this.batchNum,
    this.accountIndex,
    this.itemId,
    this.merkleProof,
    this.balance,
    this.instantWithdraw,
    this.delayedWithdrawRequest,
    this.delayedWithdraw,
    this.token,
    this.bjj,
    this.hezEthereumAddress});