BatchFaucetResponse constructor

BatchFaucetResponse(
  1. String? task,
  2. String? error
)

Implementation

BatchFaucetResponse(this.task, this.error);