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