onResonse method
Converts the response result to the specified type RESULT
.
Implementation
@override
List<ADAStakeDistributionResponse> onResonse(
List<Map<String, dynamic>> result) {
return result.map((e) => ADAStakeDistributionResponse.fromJson(e)).toList();
}