baseURL property Null safety

String 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.

Implementation

String get baseURL;