BatchFaucetResponse.fromJson constructor
BatchFaucetResponse.fromJson(
- dynamic data
Implementation
factory BatchFaucetResponse.fromJson(dynamic data) {
return BatchFaucetResponse(
data['task'],
data['error']
);
}