ExitsRequest constructor

ExitsRequest({
  1. String? hezEthereumAddress,
  2. bool? onlyPendingWithdraws,
  3. int? tokenId,
})

Implementation

ExitsRequest(
    {this.hezEthereumAddress, this.onlyPendingWithdraws, this.tokenId});