serverUrl property

String? get serverUrl

The server URL that Askless should be connected to

Implementation

String? get serverUrl => getIt.get<ConnectionService>().serverUrl;