A function type that expresses the function of converting response body to model objects.
typedef ResponseDataBuilder<T> = T Function(Map<String, Object?> json);