onResonse method
Implementation
@override
List<ADAStakeDistributionResponse> onResonse(
List<Map<String, dynamic>> result) {
return result.map((e) => ADAStakeDistributionResponse.fromJson(e)).toList();
}
@override
List<ADAStakeDistributionResponse> onResonse(
List<Map<String, dynamic>> result) {
return result.map((e) => ADAStakeDistributionResponse.fromJson(e)).toList();
}