Converts a dynamic response to the generic type T.
T
@override BigInt onResonse(result) { return BigInt.parse(result.toString()); }