onResonse method
Converts the response result to the specified type RESULT
.
Implementation
@override
AssetBorrowerPositionResponse onResonse(Map<String, dynamic> result) {
return AssetBorrowerPositionResponse.fromJson(result);
}
Converts the response result to the specified type RESULT
.
@override
AssetBorrowerPositionResponse onResonse(Map<String, dynamic> result) {
return AssetBorrowerPositionResponse.fromJson(result);
}