Cast the jsonBody as a List of Type, as a result of a future.
Future<List<T>> asList<T>(T f(Map<String, dynamic> e)) async { return (await this).asList<T>(f); }