menu
auric package
documentation
rest/rest_client.dart
LavalinkRestClient
baseUrl property
baseUrl property
dark_mode
light_mode
baseUrl
property
String
get
baseUrl
Implementation
String get baseUrl => '${useSSL ? 'https' : 'http'}://$host:$port';
auric package
documentation
rest/rest_client
LavalinkRestClient
baseUrl property
LavalinkRestClient class