baseUrl property

String get baseUrl

The base URL for API requests.

This must be implemented by subclasses to specify the API endpoint. Example: "https://api.example.com/v1"

Implementation

String get baseUrl;