Converts a dynamic response to the generic type T.
T
@override List<int> onResonse(result) { return (result as List).cast(); }