Cast the jsonBody as Type by applying the transformation function, as a result of future.
Future<T> as<T>(T f(Map<String, dynamic> e)) async => (await this).as<T>(f);