srvUrl property
String
get
srvUrl
Implementation
String get srvUrl {
serverIndex++;
if (serverIndex == apiUrls.length) serverIndex = 0;
return "https://${apiUrls[serverIndex]}/$outputType";
}