onQueryResponseJson method
Implementation
@override
QueryRoleManagerResponse onQueryResponseJson(Map<String, dynamic> json) {
return QueryRoleManagerResponse.fromJson(json);
}
@override
QueryRoleManagerResponse onQueryResponseJson(Map<String, dynamic> json) {
return QueryRoleManagerResponse.fromJson(json);
}