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