Cast the jsonBody as Type by applying the transformation function.
T as<T>(T f(Map<String, dynamic> e)) => f(jsonBody);