baseApiUrl property
String
get
baseApiUrl
Gets the base API URL.
Returns:
- The base URL for the API.
Implementation
String get baseApiUrl;
set
baseApiUrl
(String baseApiUrl)
Sets the base API URL.
Parameters:
baseApiUrl
: The base URL for the API.
Implementation
set baseApiUrl(String baseApiUrl);