apiBaseUrl property
String
get
apiBaseUrl
Implementation
String get apiBaseUrl => 'https://api.openai.com/';
set
apiBaseUrl
(String apiBaseUrl)
Implementation
set apiBaseUrl(String apiBaseUrl) {
this.apiBaseUrl = apiBaseUrl;
}