client property

HttpClient client
final

Internal HTTP client configured for the Tuul LiteGen endpoints.

Implementation

final HttpClient client = HttpClient(
  baseUrl: "https://api.tuul.digitwhale.com/v1beta/models",
);