BatchStatusFaucetResponse constructor
BatchStatusFaucetResponse(
- BatchSendStatusType status,
- String? error
Implementation
BatchStatusFaucetResponse(this.status, this.error);