baseUrl property

String baseUrl
getter/setter pair

base url for your api You can set it ApiRequestOptions.instance.baseUrl = 'https://example.com';

Implementation

late String baseUrl;