FaucetResponse constructor
FaucetResponse(
- List<
FaucetCoinInfo> coinsSent, - String? error
Implementation
FaucetResponse(this.coinsSent, this.error);
FaucetResponse(this.coinsSent, this.error);