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