There is a Dart HTTP client, and a Dart-dio HTTP client. The latter is more sophisticated but prone to failure if you don't follow it nicely.
The Dart-dio client class was named... Client. And the clients of the business in our projec were also named Client. Thus the code-generator was confused
That combination was what led to a truckload of errors. We got that fixed now
So here's what i found:
That combination was what led to a truckload of errors. We got that fixed now