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