baseURL property Null safety
baseURL
will be prepended to url
unless url
is absolute.
It can be convenient to set baseURL
for an instance of uno to pass relative URLs
to methods of that instance.
Implementation
String get baseURL;
baseURL
will be prepended to url
unless url
is absolute.
It can be convenient to set baseURL
for an instance of uno to pass relative URLs
to methods of that instance.
String get baseURL;